Skip to content

Releases: mmottl/gsl-ocaml

1.25.0

06 Dec 00:49
1.25.0
Compare
Choose a tag to compare

CHANGES:

  • Make the GSL bindings compatible with OCaml 5.0.

    Thanks to Florian Angeletti florian.angeletti@inria.fr for this
    large patch!

  • Added Randist.multinomial_inplace

    Thanks to Martynas Sinkievic tasmartynas@gmail.com for this contribution!

1.24.3

05 Aug 00:22
1.24.3
Compare
Choose a tag to compare

CHANGES:

  • Removed base and stdio build dependencies.

1.24.2

30 Jul 20:30
1.24.2
Compare
Choose a tag to compare

CHANGES:

  • 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

11 Oct 21:37
1.24.1
Compare
Choose a tag to compare

CHANGES:

  • Fixed warnings in C-stubs

1.24.0

24 Oct 21:48
1.24.0
Compare
Choose a tag to compare

CHANGES:

  • Updated to OPAM 2.0

1.23.0

22 Oct 18:54
1.23.0
Compare
Choose a tag to compare

CHANGES:

  • Switched to dune and dune-release

1.22.0

12 Jun 18:32
1.22.0
Compare
Choose a tag to compare

CHANGES:

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

1.21.0

06 Dec 15:59
1.21.0
Compare
Choose a tag to compare

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

15 Oct 16:34
1.20.2
Compare
Choose a tag to compare

1.20.2 (2017-10-15)

  • Fixed a configuration bug leading to wrong include paths

1.20.1

10 Oct 16:18
1.20.1
Compare
Choose a tag to compare

1.20.1 (2017-10-10)

  • Fixed automatic generation of special functions

  • Improved documentation of configuration options

  • Improved automatic configuration of include paths