Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.11 KB

CHANGES.md

File metadata and controls

32 lines (23 loc) · 1.11 KB

v0.5.0 2023-10-31 Paris (France)

  • Fix unsafe access causing SIGSEGV (@edwintorok, #43)
  • Fix compulation of the confidence indicator (@edwintorok, @lindig, @dinosaure, #45)
  • Upgrade monotonic clock detection (@dra27, #44)
  • Fix double-free when we use resources (@edwintorok, @dinosaure, #47)

v0.4.0 2023-03-30 Paris (France)

  • Fix the support of OCaml 5.0 (@avsm, #38)
  • Add a CI on Windows (@avsm, #38)
  • Add a documentation about Bechamel_perf (@dinosaure, @OliverNicole, #39)

v0.3.0 2022-06-24 Paris (France)

  • Improve the entry point documentation (@yomimono, #28)
  • Fix deprecated Obj function (@OlivierNicole, #29)
  • Use json-data-encoding instead of ocplib-json-typed (@samoht, #34)
  • Improve the documentation (@edwintorok, #32)
  • Add hardware perf measures (@OlivierNicole, #30)

v0.2.0 2022-01-17 Paris (France)

  • Add missing dependencies (@kit-ty-kate, #20)
  • Upgrade the codebase (@dinosaure, #24)
  • Add a finalizer function to allow the user to allocate resource (@dinosaure, @CraigFe, #22, #25)
  • Update the documentation (@dinosaure, #26)

v0.1.0 2020-08-10 Paris (France)

  • First release