Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 3.09 KB

NEWS.md

File metadata and controls

52 lines (42 loc) · 3.09 KB

BeforeIT Release Notes

0.2.0 (Nov 2024)

  • Better initialisation by @AldoGl in #13
  • Plotting utility function by @Devetak in #14
  • Update get_predictions_from_sims.jl by @SGHoekstra in #15
  • Use matlab_round instead of round to fix precompilation issues by @Tortar in #16
  • Enable Aqua tests by @Tortar in #17
  • Update benchmark by returning outputs by @Tortar in #21
  • Improve TTFX by @Tortar in #19
  • Add Reproducibility section for Docs by @Tortar in #23
  • Improve speed of simulations by @Tortar in #18
  • Add version generated by MatLab Coder to benchmark by @Tortar in #26
  • Update calibration_script.jl by @Tortar in #24
  • Use inplace conversion by @Tortar in #27
  • Deploy docs improvements by @Tortar in #29
  • Improve data structs by @AldoGl in #31
  • Use a dynamic sampler to speed-up weighted sampling by @Tortar in #30
  • refactor: one_epoch! -> run_one_epoch! by @AldoGl in #32
  • Use threads local sums of C_h and I_h to reduce memory consumption by @Tortar in #33
  • General docs improvements by @Tortar in #34

New Contributors

  • @SGHoekstra made their first contribution in #15
  • @Tortar made their first contribution in #16

Full Changelog: https://github.com/bancaditalia/BeforeIT.jl/compare/v0.1.2...v0.2.0

0.1.2 (June 2024)

  • Docs deploy by @AldoGl in #6
  • Deploy docs on website [WIP] by @AldoGl in #8
  • docs: small update by @AldoGl in #10
  • Modularisation by @Devetak in #9
  • Modular initialisation function by @AldoGl in #11

0.1.1 (May 2024)

  • Pre registration fixes by @Devetak in #1
  • Use mutable named tuples by @Devetak in #2
  • Cleaner tests by @AldoGl in #3
  • Cleaner tests by @AldoGl in #4

0.1.0 (April 2024)

First release.