-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
47 lines (33 loc) · 1.03 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- As in the C library regroup all package into flint
- Bump to flint version 3.0.0
## Release 0.3.3 ##
- Fix library name for archlinux: arb instead of flint-arb
## Release 0.3.2 ##
- Bump to dune 3.7 using ctypes stanza 0.3
## Release 0.3.1 ##
- Use installed C libraries instead of compiling them internally
## Release 0.3 ##
- For computing algebraic root of polynomial:
- Add small binding to qqbar from calcium
- Add small binding to fmpz_poly
## Release 0.2.3 ##
- revert flint version to 2.9.0
## Release 0.2.2 ##
- Fix really stub compilation on macosx (@msri)
## Release 0.2.1 ##
- Fix stub compilation on macosx
- Spurious bump of flint version to trunk
## Release 0.2 ##
- Bump flint to 2.9
- should fix alpine
- Bump antic to 0.2.5
- Bump arb to 2.23.0
- calcium already at 0.4.1
- macosx: move .dylib to .so
## Release 0.1.6 ##
- use pkg-config for finding gmp and mpfr
## Release 0.1.3 ##
- fixes compilation on ocaml < 4.13
- fixes packages
## Release 0.1 ##
Initial Release