Commit d580c03
refactor: extract dask-specific functions to dask.py and helpers to lib.py
Move dask-specific functions to flox/dask.py:
- dask_groupby_agg, dask_groupby_scan
- _grouped_combine, _simple_combine (via import)
- _unify_chunks, _normalize_indexes, subset_to_blocks
- _extract_unknown_groups, _collapse_blocks_along_axes
Move helper functions to flox/lib.py:
- identity
- _is_arg_reduction, _is_minmax_reduction, _is_first_last_reduction
- _is_bool_supported_reduction, _is_sparse_supported_reduction
- _is_reindex_sparse_supported_reduction
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 35816af commit d580c03
File tree
5 files changed
+702
-773
lines changed- flox
- tests
5 files changed
+702
-773
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments