From 1b10e3542ed0e4ca29b646ceaee2423715dfa0c3 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:27:01 -0400 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20version:=200.13.0=20=E2=86=92=200.14?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- ravenpy/__version__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 7869c108..36a06b81 100644 --- a/.cruft.json +++ b/.cruft.json @@ -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.13.0", + "version": "0.14.0", "use_pytest": "y", "use_black": "y", "use_pypi_deployment_with_travis": "y", diff --git a/ravenpy/__version__.py b/ravenpy/__version__.py index a35577cf..dc784444 100644 --- a/ravenpy/__version__.py +++ b/ravenpy/__version__.py @@ -4,4 +4,4 @@ __author__ = "David Huard" __email__ = "huard.david@ouranos.ca" -__version__ = "0.13.0" +__version__ = "0.14.0" diff --git a/setup.cfg b/setup.cfg index 6e0bef23..b7cf65be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 commit = True tag = False From 5647ce1e223af18b5e6aae31355ad6bd11d6e1f2 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:28:07 -0400 Subject: [PATCH 2/3] update HISTORY.rst --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f09746c7..aed3a78c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,8 +7,8 @@ History * Add support for new processes and methods added in Raven v3.8. * Add Interpolation command options. * Let VegetationClass records contain symbolic expressions. -* Add support for custom RV subclasses; -* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic; +* Add support for custom RV subclasses. +* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic. * Added support for Python 3.12 and dropped support for Python3.8. * Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8. * `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0. From 5b0c723431d7f45097eb2c25c840b286e84aa2db Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:49:38 -0400 Subject: [PATCH 3/3] update HISTORY.rst --- HISTORY.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index aed3a78c..89aa1c24 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,23 +4,23 @@ History 0.14.0 (2024-03-13) ------------------- -* Add support for new processes and methods added in Raven v3.8. -* Add Interpolation command options. -* Let VegetationClass records contain symbolic expressions. -* Add support for custom RV subclasses. -* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic. -* Added support for Python 3.12 and dropped support for Python3.8. -* Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8. -* `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0. -* Now automatically filters HRUs based on the ``hru_type``. +* Add support for new processes and methods added in Raven v3.8. (PR #335) +* Add Interpolation command options. (PR #338) +* Let VegetationClass records contain symbolic expressions. (PR #338) +* Add support for custom RV subclasses. (PR #338) +* Use HRU_ID (if available) instead of SubId in BasinMaker reservoirs extraction logic. (PR #338) +* Added support for Python 3.12 and dropped support for Python3.8. (PR #341, PR #343) +* Added support for `raven-hydro` v0.3.0 and `RavenHydroFramework` to v3.8. (PR #341, PR #351) +* `ravenpy` now requires `xclim` >= v0.48.2, `xarray` >= v2023.11.0, and `pandas` >= 2.2.0. (PR #341) +* Now automatically filters HRUs based on the ``hru_type``. (issue #340, PR #334) Internal changes ^^^^^^^^^^^^^^^^ -* Updated GitHub publishing workflows to use Trusted Publisher for TestPyPI/PyPI releases. -* Added Dependabot to keep dependencies up-to-date. -* Now using step-security/harden-runner action to harden GitHub Actions runners. -* Adjusted GitHub Workflows to test against Python 3.9, 3.10, 3.11, and 3.12. -* Updated the build-system requirements when testing with `tox` to use newer `setuptools` and `wheel` versions when building `gdal`. +* Updated GitHub publishing workflows to use Trusted Publisher for TestPyPI/PyPI releases. (PR #341) +* Added Dependabot to keep dependencies up-to-date. (PR #342) +* Now using step-security/harden-runner action to harden GitHub Actions runners. (PR #341) +* Adjusted GitHub Workflows to test against Python 3.9, 3.10, 3.11, and 3.12. (PR #341, PR #343) +* Updated the build-system requirements when testing with `tox` to use newer `setuptools` and `wheel` versions when building `gdal`. (PR #341) 0.13.0 (2024-01-10) -------------------