Skip to content

Releases: mmottl/lacaml

11.0.10

16 May 14:28
11.0.10
Compare
Choose a tag to compare

CHANGES:

  • Fixed platform configuration bug

11.0.9

06 May 17:24
11.0.9
Compare
Choose a tag to compare

CHANGES:

  • Fixed a bug in the bytecode bindings for lamch, which also affected
    syevr. These functions should now not crash anymore when compiling
    to bytecode or using the OCaml interpreter.

    Thanks to Philippe Veber philippe.veber@gmail.com for the bug report!

  • Added support for Apple Silicon.

    Thanks to Marcello Seri marcello.seri@gmail.com for this contribution!

  • Improved Dune build rules

11.0.8

15 Aug 18:02
11.0.8
Compare
Choose a tag to compare

CHANGES:

  • Improved detection of (complex) dotu and dotc calling conventions.

11.0.7

30 Jul 21:37
11.0.7
Compare
Choose a tag to compare

CHANGES:

  • Removed package dependencies on stdio and base. This allows
    testing with the new OCaml multicore compiler, which as of now does not
    yet support these libraries.

    Thanks to Anthony Scemama for this contribution!

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

11.0.6

23 Jan 20:18
11.0.6
Compare
Choose a tag to compare

CHANGES:

  • Switched to OPAM file generation via dune-project

    • Added missing autogenerated dependencies to dune file to avoid
      build system race conditions.

11.0.5

11 Oct 23:32
11.0.5
Compare
Choose a tag to compare

CHANGES:

  • Fixed warnings in C-stubs

11.0.4

21 May 17:56
11.0.4
Compare
Choose a tag to compare

CHANGES:

  • Fixed an API misspecification in ptsv, which leads to incorrect results.

    Thanks to Nicolas Ratier nicolas.ratier@femto-st.fr for the bug report!

11.0.3

31 Dec 20:54
11.0.3
Compare
Choose a tag to compare

CHANGES:

  • Fixed a portability bug in (complex) dotu and dotc due to BLAS API
    incompatibilities between different platforms.

11.0.2

25 Oct 01:48
11.0.2
Compare
Choose a tag to compare

CHANGES:

  • Switched to dune, dune-release, and OPAM 2.0

11.0.1

24 May 02:27
11.0.1
Compare
Choose a tag to compare

11.0.1 (2018-05-23)

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

  • Fixed bug in Vec.ssqr.