Skip to content

Commit

Permalink
NEWS.md: add v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl authored Nov 29, 2024
1 parent 9b90392 commit ed33ae3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
BeforeIT Release Notes
======================

0.2.0 (Nov 2024)
------------------

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

## New Contributors
* @SGHoekstra made their first contribution in https://github.com/bancaditalia/BeforeIT.jl/pull/15
* @Tortar made their first contribution in https://github.com/bancaditalia/BeforeIT.jl/pull/16

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

0.1.2 (June 2024)
------------------

Expand Down

0 comments on commit ed33ae3

Please sign in to comment.