Skip to content

Commit

Permalink
updated changelog to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kdberends committed Sep 25, 2024
1 parent 8d0f601 commit 3cc1c86
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down

0 comments on commit 3cc1c86

Please sign in to comment.