Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link #1

Open
wants to merge 1 commit into
base: no_compute
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Bug Fixes
~~~~~~~~~
- :py:func:`~xskillscore.sign_test` now works for ``xr.Dataset`` inputs.
(:issue:`198`, :pr:`199`) `Aaron Spring`_
- Passing weights no longer triggers eager computation. (:issue:`218`, :pr:`224`). `Andrew Huang`_
- Passing weights no longer triggers eager computation.
(:issue:`218`, :pr:`224`). `Andrew Huang`_

Internal Changes
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion ci/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- bottleneck
- cftime
- dask
- numba
- numba>=0.52
- numpy
- properscoring
- scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xskillscore-docs
channels:
- conda-forge
dependencies:
- python=3.6
- python=3.8
- bottleneck
- doc8
- importlib_metadata
Expand Down
4 changes: 2 additions & 2 deletions ci/docs_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dependencies:
- bottleneck
- cftime
- dask
- numba
- numba>=0.52
- numpy
- properscoring
- scikit-learn
- scipy
- xarray
- xarray>=0.16.1
- xhistogram
- importlib_metadata
- jupyterlab
Expand Down