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

Release 0.13 #334

Merged
merged 2 commits into from
Jan 10, 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
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"project_slug": "ravenpy",
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
"pypi_username": "CSHS-CWRA",
"version": "0.12.3",
"version": "0.13.0",
"use_pytest": "y",
"use_black": "y",
"use_pypi_deployment_with_travis": "y",
Expand Down
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
History
=======

0.13 (unreleased)
0.13 (2023-01-10)
-----------------
* Fixed problem with scalar elevation in netCDF files parsed with `nc_specs` (issue #279)
* Added notebook on sensitivity analysis.
* Fixed problem with scalar elevation in netCDF files parsed with `nc_specs` (issue #279, PR #323)
* Added notebook on sensitivity analysis (PR #320)
* Updated Notebooks 03 and 04 (PR #319)
* Upgrade to pydantic v2 (PR #326)
* Pin cf-xarray for Python3.8 (PR #325)
* Fix Coveralls Workflows (PR #328)
* Fix notebook execution (PR #329)
* Refactor and simplify testing data fetching (PR #332)

Breaking changes
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion ravenpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "David Huard"
__email__ = "[email protected]"
__version__ = "0.12.3"
__version__ = "0.13.0"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.3
current_version = 0.13.0
commit = True
tag = False

Expand Down Expand Up @@ -66,4 +66,3 @@ statistics = True
[pydocstyle]
convention = numpy
match = ((?!(test_|conftest|conf)).)*\.py