From e60ffd5aea9f34ee5ac8400b6f1e91b00c587af1 Mon Sep 17 00:00:00 2001 From: Aldo Date: Wed, 19 Feb 2025 09:39:04 +0100 Subject: [PATCH] update NEWS.md --- NEWS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS.md b/NEWS.md index 32241be..7e8e763 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,22 @@ BeforeIT Release Notes ====================== +0.3.0 (February 2025) +------------------ + +* Some refactoring of market functions by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/36 +* Use ChunkSplitters for multithreading by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/39 +* Added missing changes due to renaming initalis/ze_model by @petres in https://github.com/bancaditalia/BeforeIT.jl/pull/40 +* Add 1:1 benchmarks results by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/37 +* More efficient credit market loop by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/41 +* Rename model stepping functions by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/42 +* Use import BeforeIT as Bit everywhere by @Tortar in https://github.com/bancaditalia/BeforeIT.jl/pull/43 + +## New Contributors +* @petres made their first contribution in https://github.com/bancaditalia/BeforeIT.jl/pull/40 + +**Full Changelog**: https://github.com/bancaditalia/BeforeIT.jl/compare/v0.2.0...v0.3.0 + 0.2.0 (Nov 2024) ------------------