Skip to content

Commit

Permalink
Merge pull request #40 from Daafip/dev
Browse files Browse the repository at this point in the history
update to new docker image - bugfix in time indexing
  • Loading branch information
Daafip committed Mar 12, 2024
2 parents 4446caa + 3384da2 commit 9dcfefd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ Adding `.finalize()` method - clears up the directory. Especially useful for DA.
#### v.1.4.2
- updated parameter function to return nicely formated parameter dict
### 1.5.0
- changes output model parameter from `Q_m` to `Q`!!! **this is not backward compatible*
- changes output model parameter from `Q_m` to `Q`!!! **this is not backward compatible**, Docker images version 1.3.0.
### 1.5.1
- fix bug/implementation error with time indexing, docker image version 1.3.1
Binary file added dist/ewatercycle_hbv-1.5.1-py2.py3-none-any.whl
Binary file not shown.
Binary file added dist/ewatercycle_hbv-1.5.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "ewatercycle-HBV"
description = "Implementation of HBV for eWaterCycle"
readme = "README.md"
license = "Apache-2.0"
version = "1.5.0"
version = "1.5.1"
authors = [
{ name = "David Haasnoot", email = "[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/ewatercycle_HBV/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.5.1"
2 changes: 1 addition & 1 deletion src/ewatercycle_HBV/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ def finalize(self) -> None:
class HBV(ContainerizedModel, HBVMethods):
"""The HBV eWaterCycle model, with the Container Registry docker image."""
bmi_image: ContainerImage = ContainerImage(
"ghcr.io/daafip/hbv-bmi-grpc4bmi:v1.3.0"
"ghcr.io/daafip/hbv-bmi-grpc4bmi:v1.3.1"
)

0 comments on commit 9dcfefd

Please sign in to comment.