Releases: bobot/ocaml-flint
Releases · bobot/ocaml-flint
0.4.0
CHANGES:
- As in the C library regroup all package into flint
- Bump to flint version 3.0.0
0.3.3
CHANGES:
- Fix library name for archlinux: arb instead of flint-arb
0.3.2
CHANGES:
- Bump to dune 3.7 using ctypes stanza 0.3
0.3.1
CHANGES:
- Use installed C libraries instead of compiling them internally
0.3
CHANGES:
- For computing algebraic root of polynomial:
- Add small binding to qqbar from calcium
- Add small binding to fmpz_poly
0.2.3
CHANGES:
- revert flint version to 2.9.0
0.2.2
CHANGES:
- Fix really stub compilation on macosx (@msri)
0.2.1
CHANGES:
- Fix stub compilation on macosx
0.2
CHANGES:
- Bump flint to 2.9
- Bump antic to 0.2.5
- Bump arb to 2.23.0
- calcium already at 0.4.1
- macosx: move .dylib to .so
0.1.6
CHANGES:
- use pkg-config for finding gmp and mpfr