Skip to content

Commit

Permalink
Merge pull request #337 from raybellwaves/xhist_ge_0.3.0
Browse files Browse the repository at this point in the history
update xhistogram version
  • Loading branch information
raybellwaves authored Jun 30, 2021
2 parents eaf03ba + 24c5abd commit 9bb2408
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Changelog History
=================

xskillscore v0.0.22 (2021-XX-XX)
xskillscore v0.0.22 (2021-06-29)
--------------------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Created ``np_probabilistic.py`` (:pr:`333`) `Ray Bell`_.
- Require ``xhistogram>=0.3.0`` (:pr:`337`).


xskillscore v0.0.21 (2021-06-13)
Expand Down
4 changes: 1 addition & 3 deletions ci/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ dependencies:
- scikit-learn
- scipy
- 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.2
- xhistogram>=0.3.0
# Package Management
- asv
- black
Expand Down
4 changes: 1 addition & 3 deletions ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependencies:
- sphinx-autosummary-accessors
- 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.2
- xhistogram>=0.3.0
- pip:
- -e ..
4 changes: 1 addition & 3 deletions ci/docs_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ dependencies:
- scikit-learn
- scipy
- 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.2
- xhistogram>=0.3.0
- importlib_metadata
- ipykernel
- jupyterlab
Expand Down
4 changes: 1 addition & 3 deletions ci/minimum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ dependencies:
- scikit-learn
- scipy
- 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.2
- xhistogram>=0.3.0
- coveralls
- pytest
- pytest-cov
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ scikit-learn
scipy
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.2
xhistogram>=0.3.0

0 comments on commit 9bb2408

Please sign in to comment.