Commit 9291b91
committed
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)
...File tree
53 files changed
+3196
-1438
lines changed- .binder
- ci
- azure
- requirements
- doc
- xarray
- coding
- core
- plot
- tests
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+3196
-1438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
0 commit comments