File: CHANGES.md

package info (click to toggle)
ocamlgsl 1.24.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,244 kB
  • sloc: ml: 8,748; ansic: 7,395; makefile: 37
file content (63 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
### 1.24.3 (2020-08-04)

  * Removed `base` and `stdio` build dependencies.


### 1.24.2 (2020-07-30)

  * Switched to OPAM file generation via `dune-project`

  * Added support for const char strings in stubs due to stricter handling
    in newer OCaml runtimes.  This eliminates C-compiler warnings.


### 1.24.1 (2019-10-11)

  * Fixed warnings in C-stubs


### 1.24.0 (2018-10-24)

  * Updated to OPAM 2.0


### 1.23.0 (2018-10-06)

  * Switched to dune and dune-release


### 1.22.0 (2018-06-11)

  * Fixed warnings and errors in configuration code due to upstream changes.


### 1.21.0 (2017-12-06)

  * Added `Randist.multivariate_gaussian`.

    Thanks to Ilias Garnier for this contribution!

  * Added hypergeometric functions.

    Thanks to Christophe Troestler for this contribution!

  * Fixed error handler initialization.


### 1.20.2 (2017-10-15)

  * Fixed a configuration bug leading to wrong include paths


### 1.20.1 (2017-10-10)

  * Fixed automatic generation of special functions

  * Improved documentation of configuration options

  * Improved automatic configuration of include paths


### 1.20.0 (2017-08-01)

  * Switched to jbuilder and topkg