Skip to content

Commit

Permalink
Merge pull request #312 from raybellwaves/pre-v0.0.20-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed May 9, 2021
2 parents a2176b5 + d9f0872 commit 2c2efee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Changelog History
=================

xskillscore v0.0.20 (2021-XX-XX)
xskillscore v0.0.XX (2021-XX-XX)
--------------------------------


xskillscore v0.0.20 (2021-05-08)
--------------------------------

Features
Expand All @@ -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
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion HOWTORELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c2efee

Please sign in to comment.