- 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 ofround
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
Full Changelog: https://github.com/bancaditalia/BeforeIT.jl/compare/v0.1.2...v0.2.0
- 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
- 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
First release.