-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into groupby-dask
* main: Add `DataTree.persist` (#9682) Typing annotations for arithmetic overrides (e.g., DataArray + Dataset) (#9688) Raise `ValueError` for unmatching chunks length in `DataArray.chunk()` (#9689) Fix inadvertent deep-copying of child data in DataTree (#9684) new blank whatsnew (#9679) v2024.10.0 release summary (#9678) drop the length from `numpy`'s fixed-width string dtypes (#9586) fixing behaviour for group parameter in `open_datatree` (#9666) Use zarr v3 dimension_names (#9669) fix(zarr): use inplace array.resize for zarr 2 and 3 (#9673) implement `dask` methods on `DataTree` (#9670) support `chunks` in `open_groups` and `open_datatree` (#9660) Compatibility for zarr-python 3.x (#9552) Update to_dataframe doc to match current behavior (#9662) Reduce graph size through writing indexes directly into graph for ``map_blocks`` (#9658)
- Loading branch information
Showing
33 changed files
with
2,462 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.