Releases: ocaml/num
Releases · ocaml/num
Num version 1.5
- Pull request #22: use
-warn-error +A
instead of-warn-error A
to avoid deprecation alert in 4.13. - Pull request #23: fix the testsuite dune file and allow running the testsuite via opam.
- Pull request #25: remove all uses of globally-allocated, mutable temporaries, making the Num library thread-safe and domain-safe.
- Issue #26, pull request #27: improve dune file.
- Pull request #29: improve OPAM installation.
- Pull request #30: fix bytecode-only build for OCaml >= 4.12.
- Pull request #33: always install nums.cmxs with executable bit set.
- Pull request #35: implement Nat.length_nat as an external primitive (instead of an Obj-based hack) to facilitate Wasm_of_OCaml support.
- Pull request #38: don't build with
-warn-error +A
for releases.
Num version 1.4
- Pull request #20: fix bug caused by unsafe string/bytes conversions, and remove all uses of
Bytes.unsafe_of_string
Num version 1.3
Num version 1.2
Num version 1.1
- Install
.cmx
files as well. - Fix permissions on installed files.
- Make tests compatible with safe strings.
Num version 1.0
This is the first public release of the standalone version of the Num library for arbitrary-precision integer and rational arithmetic.