Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pangeo-data/climpred
Browse files Browse the repository at this point in the history
  • Loading branch information
AS committed Feb 22, 2021
2 parents 77237b5 + 75f94c3 commit 4d1109d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 51 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@ What's New
==========


climpred v2.1.2 (2021-xx-xx)
climpred v2.1.2 (2021-01-22)
============================

This release is the fixed version for our Journal of Open Source Software (JOSS)
article about ``climpred``, see `review
<https://github.com/openjournals/joss-reviews/issues/2781>`_.

New Features
------------

- Function to calculate predictability horizon
:py:func:`~climpred.predictability_horizon.predictability_horizon` based on condition.
(:issue:`46`, :pr:`521`) `Aaron Spring`_.

Bug fixes
---------
- :py:meth:`~climpred.classes.PredictionEnsemble.smooth` now carries lead.attrs (:issue: `527`, pr:`521`) `Aaron Spring`_.
- :py:meth:`~climpred.classes.PredictionEnsemble.smooth` now carries ``lead.attrs``
(:issue:`527`, pr:`521`) `Aaron Spring`_.
- :py:meth:`~climpred.classes.PerfectModelEnsemble.verify` now works with ``references``
also for geospatial inputs, which returned ``NaN``s before.
(:issue: `522`, pr:`521`) `Aaron Spring`_.
also for geospatial inputs, which returned ``NaN`` before.
(:issue:`522`, pr:`521`) `Aaron Spring`_.
- :py:meth:`~climpred.classes.PredictionEnsemble.plot` now shifts composite lead
frequencies like ``days``, ``pentads``, ``seasons`` correctly.
(:issue:`532`, :pr:`533`) `Aaron Spring`_.
Expand Down
6 changes: 3 additions & 3 deletions joss/codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"identifier": "",
"codeRepository": "https://www.github.com/pangeo-data/climpred",
"datePublished": "2020-10-14",
"dateModified": "2020-10-14",
"datePublished": "2020-02-22",
"dateModified": "2021-02-22",
"dateCreated": "2020-10-14",
"description": "verification of weather and climate forecasts.",
"keywords": "python, climate, prediction, geospatial",
"license": "MIT",
"title": "climpred",
"version": "v2.1.1"
"version": "v2.1.2"
}
Loading

0 comments on commit 4d1109d

Please sign in to comment.