package grenier
- v0.15 Mon Feb 12 15:01:55 CET 2024
- v0.14 Fri Apr 1 16:18:57 JST 2022
- v0.13 Thu Dec 16 10:43:05 CET 2021
- v0.12 Tue Mar 30 12:03:05 CEST 2021
- v0.11 Wed Mar 4 10:07:08 CET 2020
- v0.10 Mon Jan 13 08:31:36 CET 2020
- v0.9 Thu Dec 12 16:18:07 CET 2019
- v0.8 Tue Sep 17 11:59:03 CEST 2019
- v0.7 Sun Jul 8 17:11:24 CEST 2018
- v0.6 Tue Oct 10 10:11:08 CEST 2017
- v0.5 Thu Jan 12 21:49:31 CET 2017
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=8fd22abf9f4589c206008654fa9eebb1cf4a58737ebb34138c6709520f36b75f
sha512=f60315eccfecaec9cb4c3bd020ef6f94d05ed6b13038109b904ead6e4e5662f4ed95415855b3c763293b762b696f1962045393fd592742d54cf5607d0ef2961a
doc/CHANGES.html
v0.16 Sat Feb 7 11:19:53 JST 2026
Balmap:
- add
is_singletonto fix compatibility with OCaml 5.5, contributed by @kit-ty-kate - add functions for accessing elements by rank (accessing "n-th" element)
v0.15 Mon Feb 12 15:01:55 CET 2024
Fix compatibility with OCaml 5:
- balmap: missing functions (
add_to_list,to_list,of_list) contributed by @kit-ty-kate - physh: fix compilation with OCaml 5, contributed by @SquidDev
However physh is disabled for now when compiling with OCaml 5. Thorough reviewing is needed to ensure that the current design is safe with the multicore GC (see #10).
Add a new "Congre" library, a fast congruence closure algorithm with support for backtracking and interpretability of equivalence classes.
v0.14 Fri Apr 1 16:18:57 JST 2022
Binder introducer: transform a directed graph into a tree by introducing binding nodes.
v0.13 Thu Dec 16 10:43:05 CET 2021
Fastdom: implementation of a dominance algorithm. Fix various bugs in Valmari DFA minimizer. Get rid of "PCG" unused code. Doubledouble: disable FMADD to strictly stick to 64-bits precision.
v0.12 Tue Mar 30 12:03:05 CEST 2021
Balmap: alternative to Stdlib Maps and Sets based on baltree. Dbseq: fast sequence datastructure for DeBruijn-indexed environments. State elimination: convert e-NFA to regular expressions.
Fixed many bugs in and increased expressiveness of Valmari implementation.
v0.11 Wed Mar 4 10:07:08 CET 2020
Collect a few type-level idioms in the Strong library. Drop support for OCaml 4.03, OCaml 4.04 is now the oldest supported version. Fix compilation with the first released version of OCaml 4.10.
v0.10 Mon Jan 13 08:31:36 CET 2020
Fix compilation with OCaml 4.10. Add a low-level interface to Dset.
v0.9 Thu Dec 12 16:18:07 CET 2019
Add a new algorithm Dset: construct two set of resources and compute their difference efficiently.
v0.8 Tue Sep 17 11:59:03 CEST 2019
Important bugfix in the balancing algorithm of Baltree. Use dune binary instead of jbuilder. Remove references to Pervasives for OCaml 4.08 compatibility.
v0.7 Sun Jul 8 17:11:24 CEST 2018
Dune & dune-release port contributed by Rudi Grinberg. Valmari DFA minimization implementation.
v0.6 Tue Oct 10 10:11:08 CEST 2017
Fix support for safe-string / 4.06
v0.5 Thu Jan 12 21:49:31 CET 2017
HyperLogLog: add serialization, improve estimation quality
- v0.15 Mon Feb 12 15:01:55 CET 2024
- v0.14 Fri Apr 1 16:18:57 JST 2022
- v0.13 Thu Dec 16 10:43:05 CET 2021
- v0.12 Tue Mar 30 12:03:05 CEST 2021
- v0.11 Wed Mar 4 10:07:08 CET 2020
- v0.10 Mon Jan 13 08:31:36 CET 2020
- v0.9 Thu Dec 12 16:18:07 CET 2019
- v0.8 Tue Sep 17 11:59:03 CEST 2019
- v0.7 Sun Jul 8 17:11:24 CEST 2018
- v0.6 Tue Oct 10 10:11:08 CEST 2017
- v0.5 Thu Jan 12 21:49:31 CET 2017