-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add nanmedian for dask arrays #3604
Merged
Merged
Commits on Dec 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 55dd4eb - Browse repository at this point
Copy the full SHA 55dd4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fbbf6 - Browse repository at this point
Copy the full SHA 51fbbf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bea40 - Browse repository at this point
Copy the full SHA 54bea40View commit details
Commits on Dec 17, 2019
-
Make sure that we don't rechunk the entire variable to one chunk
by reducing over all dimensions. Dask raises an error when axis=None but not when axis=range(a.ndim).
Configuration menu - View commit details
-
Copy full SHA for 285258d - Browse repository at this point
Copy the full SHA 285258dView commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 905a901 - Browse repository at this point
Copy the full SHA 905a901View commit details
Commits on Dec 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b3bb15 - Browse repository at this point
Copy the full SHA 4b3bb15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f22e5e - Browse repository at this point
Copy the full SHA 5f22e5eView commit details
Commits on Dec 30, 2019
-
Merge remote-tracking branch 'upstream/master' into dask-median
* upstream/master: added pyinterp to related projects (pydata#3655) Allow incomplete hypercubes in combine_by_coords (pydata#3649) concat keeps attrs from first variable. (pydata#3637) Extend DatetimeAccessor properties and support `.dt` accessor for Timedelta (pydata#3612) update readthedocs.yml (pydata#3639) silence sphinx warnings round 3 (pydata#3602) Fix/quantile wrong errmsg (pydata#3635) Provide shape info in shape mismatch error. (pydata#3619) Minor doc fixes (pydata#3615) Respect user-specified coordinates attribute. (pydata#3487) Add Facetgrid.row_labels & Facetgrid.col_labels (pydata#3597) Fix pint integration tests (pydata#3600) Minor fix to combine_by_coords to allow for the combination of CFTimeIndexes separated by large time intervals (pydata#3543)
Configuration menu - View commit details
-
Copy full SHA for 42a7ed3 - Browse repository at this point
Copy the full SHA 42a7ed3View commit details -
Merge branch 'dask-median' of github.com:dcherian/xarray into dask-me…
…dian * 'dask-median' of github.com:dcherian/xarray: Update whats-new.rst
Configuration menu - View commit details
-
Copy full SHA for 0392ec4 - Browse repository at this point
Copy the full SHA 0392ec4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.