Skip to content

Commit

Permalink
new version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig.Lierhammer committed Jun 8, 2023
1 parent e5aeb29 commit c1ec757
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,14 @@ History
* adjust parameter names to xclim
* set threshold for dry day incides from 0.1 mm/day to 1 mm/day
* set threshold from snowfall rate to liquid water equivalent snowfall rate with SD, Sint and Sfreq -> those changes are not implemented in xclim yet, PR will be accepted with xclim>=0.45

0.7.4 (2023-06-08)
------------------

* rename DSP to DSf according to other spell indicators
* rename HW to HWx according to other spell indicators
* new indicator: DSx, HWf
* rename tables/indices.json to tables/metadata.json
* expand some docstrings and rework metadata
* those changes are not implemented in xclim yet
* as soon as this is done index_calculator goes v0.8.0
2 changes: 1 addition & 1 deletion index_calculator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Ludwig Lierhammer"""
__email__ = "ludwig.lierhammer@hereon.de"
__version__ = "0.7.3"
__version__ = "0.7.4"

from ._data import netcdf as test_netcdf # noqa
from ._outputwriter import OutputWriter as outputwriter
Expand Down

0 comments on commit c1ec757

Please sign in to comment.