Skip to content

Releases: backtracking/ptmap

2.0.5

04 Sep 11:22
Compare
Choose a tag to compare

CHANGES:

  • switch from obuild to dune and to opam 2.0
    • fixed compilation with old versions of OCaml
    • document the difference wrt Map.S specs (issue #11)
    • more efficient implementation of union (issue #7)
    • add update (Andy Li)
    • add filter_map (rwmjones)
    • no more use of qtest, move tests from ptmap.ml to test.ml

compatibility with OCaml 4.07

31 Jul 06:39
3135b0c
Compare
Choose a tag to compare
Merge pull request #13 from andyli/ocaml407

add new Map methods introduced in OCaml 4.07

v2.0.3

01 Dec 14:45
6e28368
Compare
Choose a tag to compare
Merge pull request #8 from andyli/ocaml406

add `update`, which was introduced in OCaml 4.06

v2.0.2

27 Aug 09:33
Compare
Choose a tag to compare

Fixed compilation with OCaml 4.05