From 981227e3e2f0673bc221d8afb086286d08577436 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Mon, 26 Jul 2021 12:15:51 -0400 Subject: [PATCH 1/3] Update CHANGELOG.rst --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f6b8443..18fb08d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,9 @@ xskillscore v0.0.23 (2021-xx-xx) Internal Changes ~~~~~~~~~~~~~~~~ - :py:func:`~xskillscore.resampling.resample_iterations_idx` do not break when ``dim`` is - not coordinate. (:issue:`303`, :pr:`339`) `Aaron Spring`_ + not coordinate. (:issue:`303`, :pr:`339`) `Aaron Spring`_. +- Allow ``float`` or integer`` forecasts in :py:func:`~xskillscore.brier_score` + (:issue:`285`, :pr:`341`) `Aaron Spring`_. xskillscore v0.0.22 (2021-06-29) From 99afa3c6177ff17e7e241a5c6c477534a520ea6f Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Mon, 26 Jul 2021 18:25:29 +0200 Subject: [PATCH 2/3] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18fb08d3..978c94bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Internal Changes ~~~~~~~~~~~~~~~~ - :py:func:`~xskillscore.resampling.resample_iterations_idx` do not break when ``dim`` is not coordinate. (:issue:`303`, :pr:`339`) `Aaron Spring`_. -- Allow ``float`` or integer`` forecasts in :py:func:`~xskillscore.brier_score` +- Allow ``float`` or ``integer`` forecasts in :py:func:`~xskillscore.brier_score` (:issue:`285`, :pr:`341`) `Aaron Spring`_. From caf6f73842cca2132a3e3085043f2c0a4643a3fa Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Mon, 9 Aug 2021 22:03:42 -0400 Subject: [PATCH 3/3] date for 0.0.23 --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddc388fd..65bd682e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog History ================= -xskillscore v0.0.23 (2021-xx-xx) +xskillscore v0.0.23 (2021-08-09) -------------------------------- Bug Fixes