Skip to content

Commit

Permalink
Release 2.4.0 (#468)
Browse files Browse the repository at this point in the history
* Update changelog

* Update package version

* Update conda lock (added remotebmi)

* Try conda-lock with newer pyopenssl

* Add pyopenssl to dependencies (temporarily)

* Fix docs (weird error...)

* Link to conda issue

* Add get_package_versions to notebook, add remotebmi to list of package versions.
  • Loading branch information
BSchilperoort authored Dec 4, 2024
1 parent a4bddc9 commit 3caa85e
Show file tree
Hide file tree
Showing 6 changed files with 5,643 additions and 4,499 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
Formatted as described on [https://keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## Unreleased

## [2.4.0] (2024-12-04)

## Added

- support for [Remote BMI](https://github.com/eWaterCycle/remotebmi), an OpenAPI based alternative for grpc4bmi ([#467](https://github.com/eWaterCycle/ewatercycle/pull/467)).
- `.get_shape_area()` utility method to the ewatercycle Forcing objects. This returns the area of the shapefile in square meters, useful for converting the results of lumped models (e.g., from mm/day to m3/s) ([#464](https://github.com/eWaterCycle/ewatercycle/issues/464)).
- `.plot_shape()` utility method to the ewatercycle Forcing objects. This allows plotting the shapefile in a single-line of code, or adds the shapefile to an existing plot ([#464](https://github.com/eWaterCycle/ewatercycle/issues/464)).
- `ewatercycle.util.get_package_versions()` to aid in reproducibility. The function can be used in, e.g., notebooks to show what ewatercycle + plugins is installed ([#466](https://github.com/eWaterCycle/ewatercycle/issues/466)).

### [2.3.1] (2024-09-17)

Expand Down Expand Up @@ -269,7 +272,8 @@ Everthing listed at [2.0.0](2.0.0), but without the adding models part.
- Empty Python project directory structure
- Added symlink based data files copier

[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/2.3.1...HEAD
[Unreleased]: https://github.com/eWaterCycle/ewatercycle/compare/2.4.0...HEAD
[2.4.0]: https://github.com/eWaterCycle/ewatercycle/compare/2.4.0...2.3.1
[2.3.1]: https://github.com/eWaterCycle/ewatercycle/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/eWaterCycle/ewatercycle/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/eWaterCycle/ewatercycle/compare/2.1.1...2.2.0
Expand Down
Loading

0 comments on commit 3caa85e

Please sign in to comment.