Skip to content

Commit b2074ec

Browse files
committed
Support reindexing to a sparse array
1 parent 1b58ad1 commit b2074ec

File tree

6 files changed

+296
-92
lines changed

6 files changed

+296
-92
lines changed

flox/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
groupby_scan,
1010
rechunk_for_blockwise,
1111
rechunk_for_cohorts,
12+
ReindexStrategy,
13+
ReindexArrayType,
1214
) # noqa
1315

1416

0 commit comments

Comments
 (0)