Skip to content

Commit

Permalink
Merge pull request #202 from cerfacs-globc/release/5.4.0
Browse files Browse the repository at this point in the history
Bump to 5.4.0
  • Loading branch information
bzah authored Aug 10, 2022
2 parents 640ab55 + 1cac697 commit 0fbbf28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/references/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release history
===============

5.4.0 (unreleased)
------------------
5.4.0
-----
* [fix] When giving input as a list of netcdf files, the coordinate values are now merged using the `override` strategy, thus the first file with a given dimension define this dimension for all the files.
* [fix] Fix the output unit of some indices (from "ºC" to "degree_Celsius")
* [fix] Fixed issued where dataset having a time_bds variable could not be processed by chunking the DataArray(s) instead of the Dataset.
Expand Down
2 changes: 1 addition & 1 deletion icclim/models/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# fmt: off
# flake8: noqa

ICCLIM_VERSION = "5.3.0"
ICCLIM_VERSION = "5.4.0"

# placeholder for user_index
PERCENTILE_THRESHOLD_STAMP = "p"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ netCDF4~=1.5.7
numpy
pandas
pandas>=1.3
psutil
pytest
pyyaml
rechunker>=0.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="icclim",
version="5.3.0",
version="5.4.0",
packages=find_packages(),
author="Christian P.",
author_email="christian.page@cerfacs.fr",
Expand Down

0 comments on commit 0fbbf28

Please sign in to comment.