From d01f392f3bcec65160aa2db53bddba8ab3a058e9 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 7 May 2024 11:13:00 -0400 Subject: [PATCH 1/2] update HISTORY.rst --- HISTORY.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 194f93f0..17e31654 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,21 +2,21 @@ History ======= -0.15.0 (unreleased) +0.14.1 (2024-05-07) ------------------- * Upgraded `owslib` to `>=0.29.1`. (PR #358) * All operations that open NetCDF files or DAP links accept an `engine` argument. The default for all of these is `h5netcdf`. (PR #358) * Added `pydap` as an alternate backend for opening DAP links. (PR #358) -* Fixed buggy CustomOutput command -* Make sure config and output paths are absolute +* Fixed buggy CustomOutput command. (PR #360) +* Make sure config and output paths are absolute. (PR #360) Internal changes ^^^^^^^^^^^^^^^^ * Added some development dependencies that were missing to the `environment.yml`. (PR #358) -* `test_climpred_hindcast_verif` is now skipped for Python3.10 builds. It seems to only fail on the particular version of Python. When examining the dependencies, other than the Python version (and ABI version), there are no differences in the environments between Python3.10 and Python3.11. My gut feeling points to an issue with `climpred`. (PR #358) +* `test_climpred_hindcast_verif` is now skipped for Python3.10 builds. It seems to only fail on the particular version of Python. When examining the dependencies, other than the Python version (and ABI version), there are no differences in the environments between Python3.10 and Python3.11. Possibly an issue with `climpred`. (PR #358) * Temporarily disabled tests for macOS on GitHub due to architecture changes. (PR #358) -* Pinned `pyogrio` below v0.8.0 until `geopandas` supports it. -* Updated linting dependencies to the latest versions. +* Pinned `pyogrio` below v0.8.0 until `geopandas` supports it. (PR #363) +* Updated linting dependencies to the latest versions. (PR #363) 0.14.0 (2024-03-13) ------------------- From 0b7db50f7ccaaa490887f2e51f4117c5f1d423c9 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 7 May 2024 11:15:45 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.14.0=20=E2=86=92=200.14?= =?UTF-8?q?.1?= 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 36a06b81..3f848a3e 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.14.0", + "version": "0.14.1", "use_pytest": "y", "use_black": "y", "use_pypi_deployment_with_travis": "y", diff --git a/ravenpy/__version__.py b/ravenpy/__version__.py index dc784444..95f9bb90 100644 --- a/ravenpy/__version__.py +++ b/ravenpy/__version__.py @@ -4,4 +4,4 @@ __author__ = "David Huard" __email__ = "huard.david@ouranos.ca" -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/setup.cfg b/setup.cfg index b7cf65be..25fed7a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.14.1 commit = True tag = False