Skip to content

Releases: bancaditalia/BeforeIT.jl

v0.3.0

19 Feb 08:55
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Nov 11:47
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: v0.1.2...v0.2.0

v0.1.2

12 Jun 11:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 May 16:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 Apr 15:22
Compare
Choose a tag to compare

First release