diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9c35135..bd1bdd5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,42 @@ +## v2.3.3 (24-09-2024) + +### New features + +- added additional statistics: last3, max3 (#92) +- all statistics are now written to csv file (#92) + +### Bugs fixed +- fm2prof interpreting missing value (-999) as water level (#89 ) +- fixed branch exception issue that failed if user provided no rules in `utils.GenerateCrossSectionLocationFile` + +### Maintenance +- switched from black & isort to Ruff for linting and code formatting +- removed unused code +- added extra tests + +## v2.3.2 (07-05-2024) + +This release focuses on improving the `fm2prof.utils` tooling + +### New functionality + +- `utils.Compare1D2D` has new option to output a `last25` and `max13` longitudinal view, and to combine the output of several simulations into a single figure (#65). The docs have been updated with a notebook to showcase this new functionality. See User Manual -> Utilities + +### Documentation + +- added notebooks to documentation that describe the use of some utilities + + +### Changes + +- added new `sito_2024` `PlotStyle` that is now default for `Compare1D2D` (#66) + +### Deprecations + +- `Compare1D2D.figure_longitudinal_time` is now deprecated in favour of `Compare1D2D.figure_longitudinal` with `stat="time"` parameter + + + ## v2.3.1 (24-04-2024) **Bug fixes**