-
-
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
GroupBy(chunked-array) #9522
Open
dcherian
wants to merge
20
commits into
pydata:main
Choose a base branch
from
dcherian:groupby-dask
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
GroupBy(chunked-array) #9522
+441
−68
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95f4802 - Browse repository at this point
Copy the full SHA 95f4802View commit details -
Configuration menu - View commit details
-
Copy full SHA for e022231 - Browse repository at this point
Copy the full SHA e022231View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d8ef2 - Browse repository at this point
Copy the full SHA d5d8ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e0d6f - Browse repository at this point
Copy the full SHA a1e0d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf2943 - Browse repository at this point
Copy the full SHA adf2943View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56dc85 - Browse repository at this point
Copy the full SHA f56dc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b7f2f - Browse repository at this point
Copy the full SHA 17b7f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ed3a - Browse repository at this point
Copy the full SHA 339ed3aView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93e786b - Browse repository at this point
Copy the full SHA 93e786bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdc96a - Browse repository at this point
Copy the full SHA dfdc96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a15b04d - Browse repository at this point
Copy the full SHA a15b04dView commit details
Commits on Oct 21, 2024
-
Merge branch 'main' into groupby-dask
* main: (63 commits) Add close() method to DataTree and use it to clean-up open files in tests (pydata#9651) Change URL for pydap test (pydata#9655) Fix multiple grouping with missing groups (pydata#9650) flox: Properly propagate multiindex (pydata#9649) Update Datatree html repr to indicate inheritance (pydata#9633) Re-implement map_over_datasets using group_subtrees (pydata#9636) fix zarr intersphinx (pydata#9652) Replace black and blackdoc with ruff-format (pydata#9506) Fix error and missing code cell in io.rst (pydata#9641) Support alternative names for the root node in DataTree.from_dict (pydata#9638) Updates to DataTree.equals and DataTree.identical (pydata#9627) DOC: Clarify error message in open_dataarray (pydata#9637) Add zip_subtrees for paired iteration over DataTrees (pydata#9623) Type check datatree tests (pydata#9632) Add missing `memo` argument to DataTree.__deepcopy__ (pydata#9631) Bug fixes for DataTree indexing and aggregation (pydata#9626) Add inherit=False option to DataTree.copy() (pydata#9628) docs(groupby): mention deprecation of `squeeze` kwarg (pydata#9625) Migration guide for users of old datatree repo (pydata#9598) Reimplement Datatree typed ops (pydata#9619) ...
Configuration menu - View commit details
-
Copy full SHA for c8c27f7 - Browse repository at this point
Copy the full SHA c8c27f7View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b295193 - Browse repository at this point
Copy the full SHA b295193View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f826b65 - Browse repository at this point
Copy the full SHA f826b65View commit details -
Merge branch 'main' into groupby-dask
* main: Add `DataTree.persist` (pydata#9682) Typing annotations for arithmetic overrides (e.g., DataArray + Dataset) (pydata#9688) Raise `ValueError` for unmatching chunks length in `DataArray.chunk()` (pydata#9689) Fix inadvertent deep-copying of child data in DataTree (pydata#9684) new blank whatsnew (pydata#9679) v2024.10.0 release summary (pydata#9678) drop the length from `numpy`'s fixed-width string dtypes (pydata#9586) fixing behaviour for group parameter in `open_datatree` (pydata#9666) Use zarr v3 dimension_names (pydata#9669) fix(zarr): use inplace array.resize for zarr 2 and 3 (pydata#9673) implement `dask` methods on `DataTree` (pydata#9670) support `chunks` in `open_groups` and `open_datatree` (pydata#9660) Compatibility for zarr-python 3.x (pydata#9552) Update to_dataframe doc to match current behavior (pydata#9662) Reduce graph size through writing indexes directly into graph for ``map_blocks`` (pydata#9658)
Configuration menu - View commit details
-
Copy full SHA for 00ef8c5 - Browse repository at this point
Copy the full SHA 00ef8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aada75d - Browse repository at this point
Copy the full SHA aada75dView commit details
Commits on Nov 1, 2024
-
Merge branch 'main' into groupby-dask
* main: Refactor out utility functions from to_zarr (pydata#9695) Use the same function to floatize coords in polyfit and polyval (pydata#9691)
Configuration menu - View commit details
-
Copy full SHA for 3e65c0c - Browse repository at this point
Copy the full SHA 3e65c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e40605 - Browse repository at this point
Copy the full SHA 3e40605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295d6dd - Browse repository at this point
Copy the full SHA 295d6ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fed4d - Browse repository at this point
Copy the full SHA a4fed4dView 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.