From 6efbce81660093ea1bb817cfa409ed0110c8dc80 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Sat, 8 May 2021 19:55:55 -0400 Subject: [PATCH 1/2] typos and update req --- CHANGELOG.rst | 8 ++++++-- HOWTORELEASE.rst | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4e726a3..5565599f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,11 @@ Changelog History ================= -xskillscore v0.0.20 (2021-XX-XX) +xskillscore v0.0.21 (2021-XX-XX) +-------------------------------- + + +xskillscore v0.0.20 (2021-05-08) -------------------------------- Features @@ -12,7 +16,7 @@ Features observations are probability distributions ``p`` or cumulative distributionss ``c``. See :py:func:`~xskillscore.rps` docstrings and doctests for examples. (:pr:`300`) `Aaron Spring`_ -- Added slope of linear fit :py:func:`~xskillscore.linslope`. `Ray Bell`_ +- Added slope of linear fit :py:func:`~xskillscore.linslope`. (:pr:`307`) `Ray Bell`_ Internal Changes ~~~~~~~~~~~~~~~~ diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst index 76ce0660..1de0a303 100644 --- a/HOWTORELEASE.rst +++ b/HOWTORELEASE.rst @@ -18,7 +18,7 @@ Release Procedure $ git push origin main --tags #. Build and publish release on PyPI using the GitHub action. - Otherwise you can manually do it with the following: + Otherwise you can manually do it with the following:: $ git clean -xfd # remove any files not checked into git $ python setup.py sdist bdist_wheel --universal # build package diff --git a/requirements.txt b/requirements.txt index cf099cd1..c158c2c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ toolz xarray>=0.16.1 # xhistogram 0.1.3 introduced an error that broke xskillscore # see https://github.com/xgcm/xhistogram/issues/48 -xhistogram!=0.1.3 +xhistogram==0.1.2 From d9f0872c56df1a1264df33eb51cd6374fdcbb561 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Sat, 8 May 2021 19:59:11 -0400 Subject: [PATCH 2/2] use xx in version --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5565599f..89e74b06 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog History ================= -xskillscore v0.0.21 (2021-XX-XX) +xskillscore v0.0.XX (2021-XX-XX) --------------------------------