Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding project info #11

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ Be aware of the non-intuitive [BMI](https://github.com/eWaterCycle/grpc4bmi) imp
### V1.2.0
- pretty big issue with setting values fixed - won't affect most use but will cause issues for Data Assimilation
- use opportunity to name all HBV packages/naming/images to 1.2.0
### V1.3.0
## V1.3.0
- Change `Q_m` to `Q` in order to better integrate data assimilation & just makes more sense.
## v1.3.1
### v1.3.1
- Fix bug in time indexing
## v1.3.2
### v1.3.2
- typo in update updating_dict_var_obj: was getting values wrong
## V1.4.0
- adding snow reservoir
- adding snow reservoir
### V1.4.1
- bug fix in naming of values
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "HBV"
description = "Dev version for a HBV hydrological model using BMI for eWaterCycle."
readme = "README.md"
license = "Apache-2.0"
version = "1.4.0"
version = "1.4.1"
authors = [
{ name = "David Haasnoot", email = "davidhaasnoot@gmail.com" },
]
Expand Down