-
-
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
Optimize isel for lazy array equality checking #3588
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e57b099 - Browse repository at this point
Copy the full SHA e57b099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba4509 - Browse repository at this point
Copy the full SHA 6ba4509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b7334 - Browse repository at this point
Copy the full SHA 61b7334View commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f36416 - Browse repository at this point
Copy the full SHA 6f36416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165fbba - Browse repository at this point
Copy the full SHA 165fbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c4018 - Browse repository at this point
Copy the full SHA 15c4018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3754662 - Browse repository at this point
Copy the full SHA 3754662View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae94620 - Browse repository at this point
Copy the full SHA ae94620View commit details
Commits on Dec 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cbfbc50 - Browse repository at this point
Copy the full SHA cbfbc50View commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23fbd07 - Browse repository at this point
Copy the full SHA 23fbd07View commit details -
Revert "Add DataArray.rename_dims, DataArray.rename_vars"
This reverts commit 61b7334.
Configuration menu - View commit details
-
Copy full SHA for 5ba42ea - Browse repository at this point
Copy the full SHA 5ba42eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb79595 - Browse repository at this point
Copy the full SHA eb79595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28074b9 - Browse repository at this point
Copy the full SHA 28074b9View commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1972fde - Browse repository at this point
Copy the full SHA 1972fdeView commit details
Commits on Dec 30, 2019
-
Merge branch 'master' of github.com:pydata/xarray into optimize-lazy-…
…equiv * 'master' of github.com:pydata/xarray: (28 commits) Add nanmedian for dask arrays (pydata#3604) 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) Fix map_blocks HLG layering (pydata#3598) Silence sphinx warnings: Round 2 (pydata#3592) 2x~5x speed up for isel() in most cases (pydata#3533) remove xarray again (pydata#3591) fix plotting with transposed nondim coords. (pydata#3441) make coarsen reductions consistent with reductions on other classes (pydata#3500) ...
Configuration menu - View commit details
-
Copy full SHA for 9291b91 - Browse repository at this point
Copy the full SHA 9291b91View commit details
Commits on Jan 17, 2020
-
Update xarray/core/variable.py
Co-Authored-By: crusaderky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96d8ded - Browse repository at this point
Copy the full SHA 96d8dedView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2ce560f - Browse repository at this point
Copy the full SHA 2ce560fView commit details -
Merge remote-tracking branch 'upstream/master' into optimize-lazy-equiv
* upstream/master: (23 commits) Feature/align in dot (pydata#3699) ENH: enable `H5NetCDFStore` to work with already open h5netcdf.File a… (pydata#3618) One-off isort run (pydata#3705) hardcoded xarray.__all__ (pydata#3703) Bump mypy to v0.761 (pydata#3704) remove DataArray and Dataset constructor deprecations for 0.15 (pydata#3560) Tests for variables with units (pydata#3654) Add an example notebook using apply_ufunc to vectorize 1D functions (pydata#3629) Use encoding['dtype'] over data.dtype when possible within CFMaskCoder.encode (pydata#3652) allow passing any iterable to drop when dropping variables (pydata#3693) Typo on DataSet/DataArray.to_dict documentation (pydata#3692) Fix mypy type checking tests failure in ds.merge (pydata#3690) Explicitly convert result of pd.to_datetime to a timezone-naive type (pydata#3688) ds.merge(da) bugfix (pydata#3677) fix docstring for combine_first: returns a Dataset (pydata#3683) Add option to choose mfdataset attributes source. (pydata#3498) How do I add a new variable to dataset. (pydata#3679) Add map_blocks example to whats-new (pydata#3682) Make dask names change when chunking Variables by different amounts. (pydata#3584) raise an error when renaming dimensions to existing names (pydata#3645) ...
Configuration menu - View commit details
-
Copy full SHA for 6b20a3e - Browse repository at this point
Copy the full SHA 6b20a3eView commit details -
Merge branch 'optimize-lazy-equiv' of github.com:dcherian/xarray into…
… optimize-lazy-equiv * 'optimize-lazy-equiv' of github.com:dcherian/xarray: Update xarray/core/variable.py
Configuration menu - View commit details
-
Copy full SHA for 7b1a55f - Browse repository at this point
Copy the full SHA 7b1a55fView commit details