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

Internal clean-up of isnull() to avoid relying on pandas #3132

Merged
merged 5 commits into from
Aug 5, 2019

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Jul 15, 2019

This version should be much more compatible out of the box with duck typing.

No user facing changes.

This version should be much more compatible out of the box with duck typing.
@codecov
Copy link

codecov bot commented Jul 15, 2019

Codecov Report

Merging #3132 into master will increase coverage by 0.04%.
The diff coverage is 94.73%.

@@            Coverage Diff             @@
##           master    #3132      +/-   ##
==========================================
+ Coverage   95.69%   95.73%   +0.04%     
==========================================
  Files          63       63              
  Lines       12848    12812      -36     
==========================================
- Hits        12295    12266      -29     
+ Misses        553      546       -7

@shoyer
Copy link
Member Author

shoyer commented Aug 4, 2019

I plan to merge this soon. Tests are passing, aside from the flakey docs build.

@shoyer shoyer merged commit 50f8970 into pydata:master Aug 5, 2019
dcherian added a commit to yohai/xarray that referenced this pull request Aug 7, 2019
* master:
  pyupgrade one-off run (pydata#3190)
  mfdataset, concat now support the 'join' kwarg. (pydata#3102)
  reduce the size of example dataset in dask docs (pydata#3187)
  add climpred to related-projects (pydata#3188)
  bump rasterio to 1.0.24 in doc building environment (pydata#3186)
  More annotations (pydata#3177)
  Support for __array_function__ implementers (sparse arrays) [WIP] (pydata#3117)
  Internal clean-up of isnull() to avoid relying on pandas (pydata#3132)
  Call darray.compute() in plot() (pydata#3183)
  BUG: fix + test open_mfdataset fails on variable attributes with list… (pydata#3181)
dcherian added a commit to dcherian/xarray that referenced this pull request Aug 8, 2019
* master:
  pyupgrade one-off run (pydata#3190)
  mfdataset, concat now support the 'join' kwarg. (pydata#3102)
  reduce the size of example dataset in dask docs (pydata#3187)
  add climpred to related-projects (pydata#3188)
  bump rasterio to 1.0.24 in doc building environment (pydata#3186)
  More annotations (pydata#3177)
  Support for __array_function__ implementers (sparse arrays) [WIP] (pydata#3117)
  Internal clean-up of isnull() to avoid relying on pandas (pydata#3132)
  Call darray.compute() in plot() (pydata#3183)
  BUG: fix + test open_mfdataset fails on variable attributes with list… (pydata#3181)
Sign up for free to 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.

1 participant