From 1ae5772e1e82411326bd4b26492c7ff9fefa5d3a Mon Sep 17 00:00:00 2001 From: HauckeBa Date: Thu, 14 Nov 2024 14:36:19 +0100 Subject: [PATCH] Update the changelog.md with the last fixes --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bca1fad..23334f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed ## Fixed -## [2.0.1] - Unreleased +## [3.0.0] - Unreleased ## Added - Support for Python 3.11 - Ruff: Python linter & formatter (see [DEVELOPMENT.md](DEVELOPMENT.md)) @@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Linted and formatted all files - Changed max. steps in some test files to improve test speed by 30% ## Fixed +- Sphinx docu build +- EESM ODE +- dq to abc action processor +- cos sin processor +- all examples to the current syntax ## [2.0.0] - 2023-08-15 ## Added