Skip to content

Commit

Permalink
Prepare v0.14.1 (#364)
Browse files Browse the repository at this point in the history
### Changes

* Prepares the next patch release (v0.14.1)

FYI @tlvu
  • Loading branch information
Zeitsperre committed May 7, 2024
2 parents 2604260 + 0b7db50 commit 0676b1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.14.0",
"version": "0.14.1",
"use_pytest": "y",
"use_black": "y",
"use_pypi_deployment_with_travis": "y",
Expand Down
12 changes: 6 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
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__ = "huard.david@ouranos.ca"
__version__ = "0.14.0"
__version__ = "0.14.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.14.1
commit = True
tag = False

Expand Down

0 comments on commit 0676b1c

Please sign in to comment.