-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
bump min deps for 0.15 #3713
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
bump min deps for 0.15 #3713
Changes from 3 commits
05c9443
3540398
d078cf1
fe0ae22
e5653be
f5d4fbe
41e87d9
fdc7830
d0d9c14
b03f6ab
c3e42a7
4746492
6e4d6eb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,5 +7,5 @@ dependencies: | |
| - pytest | ||
| - pytest-cov | ||
| - pytest-env | ||
| - numpy=1.14 | ||
| - pandas=0.24 | ||
| - numpy=1.15 | ||
| - pandas=0.25 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,8 +29,8 @@ dependencies: | |
| - nc-time-axis=1.2 | ||
| - netcdf4=1.4 | ||
| - numba=0.44 | ||
| - numpy=1.14 | ||
| - pandas=0.24 | ||
| - numpy=1.15 | ||
| - pandas=0.25 | ||
| # - pint # See py36-min-nep18.yml | ||
| - pip | ||
| - pseudonetcdf=3.0 | ||
|
|
@@ -40,7 +40,7 @@ dependencies: | |
| - pytest-cov | ||
| - pytest-env | ||
| - rasterio=1.0 | ||
| - scipy=1.0 # Policy allows for 1.2, but scipy>=1.1 breaks numpy=1.14 | ||
| - scipy=1.2 # Policy allows for 1.3 | ||
|
||
| - seaborn=0.9 | ||
| # - sparse # See py36-min-nep18.yml | ||
| - toolz=0.10 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,15 @@ v0.15.0 (unreleased) | |
|
|
||
| Breaking changes | ||
| ~~~~~~~~~~~~~~~~ | ||
| - Bumped minimum tested versions for dependencies: | ||
| - numpy 1.15 | ||
| - pandas 0.25 | ||
| - scipy 1.3 | ||
| - bottleneck 1.3 | ||
| - h5py 2.10 | ||
| - rasterio 1.1 | ||
|
||
| - pseudonetcdf | ||
|
||
|
|
||
| - Remove ``compat`` and ``encoding`` kwargs from ``DataArray``, which | ||
| have been deprecated since 0.12. (:pull:`3650`). | ||
| Instead, specify the encoding when writing to disk or set | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.