Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 4.05 KB

NEWS.md

File metadata and controls

68 lines (54 loc) · 4.05 KB

BeforeIT Release Notes

0.3.0 (February 2025)

  • Some refactoring of market functions by @Tortar in #36
  • Use ChunkSplitters for multithreading by @Tortar in #39
  • Added missing changes due to renaming initalis/ze_model by @petres in #40
  • Add 1:1 benchmarks results by @Tortar in #37
  • More efficient credit market loop by @Tortar in #41
  • Rename model stepping functions by @Tortar in #42
  • Use import BeforeIT as Bit everywhere by @Tortar in #43

New Contributors

  • @petres made their first contribution in #40

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

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.