Skip to content

python 3.8 tests - #3477

Merged
max-sixty merged 4 commits into
pydata:masterfrom
max-sixty:python38
Nov 2, 2019
Merged

python 3.8 tests#3477
max-sixty merged 4 commits into
pydata:masterfrom
max-sixty:python38

Conversation

@max-sixty

Copy link
Copy Markdown
Collaborator

Adds some minimal Python 3.8 tests

Scipy doesn't seem to yet work, neither installing packages via conda. But at least we show we're compatible, and we can change the tests to align with our standard setup when available

@crusaderkycrusaderky left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

Comment threaddoc/whats-new.rst Outdated
Comment threaddoc/whats-new.rst Outdated
max-sixtyand others added 2 commits November 2, 2019 15:52
Co-Authored-By: crusaderky <crusaderky@gmail.com>
Co-Authored-By: crusaderky <crusaderky@gmail.com>
@max-sixty

Copy link
Copy Markdown
CollaboratorAuthor

Thanks for the corrections @crusaderky !

@max-sixty
max-sixty merged commit 46c4931 into pydata:masterNov 2, 2019
@max-sixty
max-sixty deleted the python38 branch November 2, 2019 20:33
dcherian added a commit to dcherian/xarray that referenced this pull request Nov 8, 2019
* upstream/master: (27 commits)
drop_vars; deprecate drop for variables (pydata#3475)
uamiv test using only raw uamiv variables (pydata#3485)
Optimize dask array equality checks. (pydata#3453)
Propagate indexes in DataArray binary operations. (pydata#3481)
python 3.8 tests (pydata#3477)
__dask_tokenize__ (pydata#3446)
Type check sentinel values (pydata#3472)
Fix typo in docstring (pydata#3474)
fix test suite warnings re `drop` (pydata#3460)
Fix integrate docs (pydata#3469)
Fix leap year condition in monthly means example (pydata#3464)
Hypothesis tests for roundtrip to & from pandas (pydata#3285)
unpin cftime (pydata#3463)
Cleanup whatsnew (pydata#3462)
enable xr.ALL_DIMS in xr.dot (pydata#3424)
Merge stable into master (pydata#3457)
upgrade black verison to 19.10b0 (pydata#3456)
Remove outdated code related to compatibility with netcdftime (pydata#3450)
Remove deprecated behavior from dataset.drop docstring (pydata#3451)
jupyterlab dark theme (pydata#3443)
...
dcherian added a commit to dcherian/xarray that referenced this pull request Nov 13, 2019
* upstream/master:
format indexing.rst code with black (pydata#3511)
add missing pint integration tests (pydata#3508)
DOC: update bottleneck repo url (pydata#3507)
add drop_sel, drop_vars, map to api.rst (pydata#3506)
remove syntax warning (pydata#3505)
Dataset.map, GroupBy.map, Resample.map (pydata#3459)
tests for datasets with units (pydata#3447)
fix pandas-dev tests (pydata#3491)
unpin pseudonetcdf (pydata#3496)
whatsnew corrections (pydata#3494)
drop_vars; deprecate drop for variables (pydata#3475)
uamiv test using only raw uamiv variables (pydata#3485)
Optimize dask array equality checks. (pydata#3453)
Propagate indexes in DataArray binary operations. (pydata#3481)
python 3.8 tests (pydata#3477)
dcherian added a commit to dcherian/xarray that referenced this pull request Nov 13, 2019
commit d430ae0
Author: dcherian <deepak@cherian.net>
Date: Wed Nov 13 08:27:04 2019 -0700
proper fix.
commit 7fd69be
Author: dcherian <deepak@cherian.net>
Date: Wed Nov 13 08:03:26 2019 -0700
fix whats-new merge.
commit 4489394
Merge: 279ff1db74f80c
Author: dcherian <deepak@cherian.net>
Date: Wed Nov 13 08:03:06 2019 -0700
Merge remote-tracking branch 'upstream/master' into fix/plot-broadcast
* upstream/master:
format indexing.rst code with black (pydata#3511)
add missing pint integration tests (pydata#3508)
DOC: update bottleneck repo url (pydata#3507)
add drop_sel, drop_vars, map to api.rst (pydata#3506)
remove syntax warning (pydata#3505)
Dataset.map, GroupBy.map, Resample.map (pydata#3459)
tests for datasets with units (pydata#3447)
fix pandas-dev tests (pydata#3491)
unpin pseudonetcdf (pydata#3496)
whatsnew corrections (pydata#3494)
drop_vars; deprecate drop for variables (pydata#3475)
uamiv test using only raw uamiv variables (pydata#3485)
Optimize dask array equality checks. (pydata#3453)
Propagate indexes in DataArray binary operations. (pydata#3481)
python 3.8 tests (pydata#3477)
commit 279ff1d
Author: dcherian <deepak@cherian.net>
Date: Wed Nov 13 08:02:44 2019 -0700
Undo the transpose change and add test to make sure transposition is right.
commit c9cc698
Author: dcherian <deepak@cherian.net>
Date: Wed Nov 13 08:01:39 2019 -0700
Test to make sure transpose is right
commit 9b35ecf
Author: dcherian <deepak@cherian.net>
Date: Sat Nov 2 15:49:08 2019 -0600
Additional test.
commit 7aed950
Author: dcherian <deepak@cherian.net>
Date: Sat Nov 2 15:20:07 2019 -0600
make plotting work with transposed nondim coords.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@max-sixty@crusaderky