package gsl
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=837b2869aa001b1d9c72cc70ac02cc603ff93632f0c67936dacb3bda91c58d60
sha512=dc6f745738d8f2ad6da221c32634c072bb3de397613b76312d46f59ea66459aee8884019ddd88f3ef2d00ccbd015b63a37265dc5dded4d0207e954ae3fa9ec8f
CHANGES.md.html
1.25.1 (2024-11-25)
Reformatted OCaml and Dune files with
ocamlformat
.Reformatted C files with
clang-format
.Reformatted and improved Markdown files.
Added GitHub workflow.
Improved comment references.
Link the blas library after gsl.
Thanks to Jerry James for this contribution.
Fixed Dune/OPAM license specification.
1.24.3 (2020-08-04)
Removed
base
andstdio
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