Skip to content

Commit c37db94

Browse files
committed
Merge branch 'main' into add_typing_to_tests
* main: Try cleaning up some expected_groups logic (xarray-contrib#175) Update visualizations & docs (xarray-contrib#189) Avoid broadcasting by variables against each other (xarray-contrib#186) Some typing (xarray-contrib#190)
2 parents e0308b8 + 27a4e9a commit c37db94

24 files changed

+20467
-174
lines changed

asv_bench/benchmarks/cohorts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def setup(self, *args, **kwargs):
9393
ret = flox.core._factorize_multiple(
9494
by,
9595
expected_groups=(pd.Index(np.arange(1, 13)), pd.Index(np.arange(1, 25))),
96-
by_is_dask=False,
96+
any_by_dask=False,
9797
reindex=False,
9898
)
9999
# Add one so the rechunk code is simpler and makes sense

docs/diagrams/new-blockwise-annotated.svg

Lines changed: 1185 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)