package gsl
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=bac9cf86c46a38c10fad54faa834846bfce40ac628ba6bc612a6b5af3ca8be89
sha512=4e7692426e2f87b3c099f0cb2feed08f3b68cfedaffac131768638d09b84715636bc570f3a806387897df972fa9cdd191f5cc291a0c291fa120e157bce1fb1ed
CHANGES.md.html
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