- Require OCaml 4.08 and remove
bigarray-compat
dependency (@hannesm, #17)
- Remove
{build}
directive into the OPAM file (@CraigFe, #10) - Add
unsafe_bigarray
intoRke.Weighted
(@anmonteiro, #11) - Lint OPAM file (@kit-ty-kate, #12)
- Fix the distribution and the CI (@dinosaure, #13)
- Update the distribution with
cmdliner.1.1.0
(@dinosaure, #15)
- Call
dune subst
only when we pinke
- Update documentation (@dinosaure, @Drup)
- Typography
- Documentation about
Fke.tail{,_exn}
- Documentation about
Fke.rev_iter
- Add
Fke.tail{,_exn}
(@dinosaure, #8) - Add
Fke.rev_iter
(@dinosaure, #9) - Compatible with
mirage
, dependance withbigarray-compat
(@dinosaure, @TheLortex, #8) - Update OPAM file (@dinosaure)
- Add
Rke.{,Weighted}.compress
function (fuzzed) - Update
bechamel
benchmark - Add
Rke{,.Weighted}.N.peek
function - Fix bug on
Rke.Weighted.N.keep
function - Add some tests
- Add pretty-printer
- Randomize
pop
action on the fuzzer - Add tests on
Rke
andRke.Weighted
(withalcotest
) - Fix bug retrieved by
ocaml-git
(see 453633b) - Add
rev_iter
function - Fix bug on
Rke.N.keep_exn
(see 3951501) - Add Travis CI support
- First release