Skip to content

Commit e90251e

Browse files
authored
Merge pull request #353 from CSHS-CWRA/prepare-v0140
Prepare v0.14.0
2 parents e7744e3 + 5b0c723 commit e90251e

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Diff for: .cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"project_slug": "ravenpy",
1111
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
1212
"pypi_username": "CSHS-CWRA",
13-
"version": "0.13.0",
13+
"version": "0.14.0",
1414
"use_pytest": "y",
1515
"use_black": "y",
1616
"use_pypi_deployment_with_travis": "y",

Diff for: HISTORY.rst

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ History
44

55
0.14.0 (2024-03-13)
66
-------------------
7-
* Add support for new processes and methods added in Raven v3.8.
8-
* Add Interpolation command options.
9-
* Let VegetationClass records contain symbolic expressions.
10-
* Add support for custom RV subclasses;
11-
* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic;
12-
* Added support for Python 3.12 and dropped support for Python3.8.
13-
* Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8.
14-
* `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0.
15-
* Now automatically filters HRUs based on the ``hru_type``.
7+
* Add support for new processes and methods added in Raven v3.8. (PR #335)
8+
* Add Interpolation command options. (PR #338)
9+
* Let VegetationClass records contain symbolic expressions. (PR #338)
10+
* Add support for custom RV subclasses. (PR #338)
11+
* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic. (PR #338)
12+
* Added support for Python 3.12 and dropped support for Python3.8. (PR #341, PR #343)
13+
* Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8. (PR #341, PR #351)
14+
* `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0. (PR #341)
15+
* Now automatically filters HRUs based on the ``hru_type``. (issue #340, PR #334)
1616

1717
Internal changes
1818
^^^^^^^^^^^^^^^^
19-
* Updated GitHub publishing workflows to use Trusted Publisher for TestPyPI/PyPI releases.
20-
* Added Dependabot to keep dependencies up-to-date.
21-
* Now using step-security/harden-runner action to harden GitHub Actions runners.
22-
* Adjusted GitHub Workflows to test against Python 3.9, 3.10, 3.11, and 3.12.
23-
* Updated the build-system requirements when testing with `tox` to use newer `setuptools` and `wheel` versions when building `gdal`.
19+
* Updated GitHub publishing workflows to use Trusted Publisher for TestPyPI/PyPI releases. (PR #341)
20+
* Added Dependabot to keep dependencies up-to-date. (PR #342)
21+
* Now using step-security/harden-runner action to harden GitHub Actions runners. (PR #341)
22+
* Adjusted GitHub Workflows to test against Python 3.9, 3.10, 3.11, and 3.12. (PR #341, PR #343)
23+
* Updated the build-system requirements when testing with `tox` to use newer `setuptools` and `wheel` versions when building `gdal`. (PR #341)
2424

2525
0.13.0 (2024-01-10)
2626
-------------------

Diff for: ravenpy/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = "David Huard"
66
__email__ = "[email protected]"
7-
__version__ = "0.13.0"
7+
__version__ = "0.14.0"

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.14.0
33
commit = True
44
tag = False
55

0 commit comments

Comments
 (0)