Skip to content

Tags: xarray-contrib/flox

Tags

v0.9.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expand groupby_reduce property tests (#385)

* Expand groupby_reduce property tests

* Add back var, std

* cast quantile result

* Revert "Add back var, std"

This reverts commit 805b8d3.

* pin numpy in benchmark env

* Add benchmarks as test

v0.9.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optimize for-loop merging of cohorts. (#378)

* Optimize for-loop merging of cohorts.

Do this by skipping perfect cohorts that we already know about.

* Add new benchmark

* Fix

* Cleanup print statements

* minimize diff

* cleanup

* Update snapshot

v0.9.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cubed blockwise (#357)

* Initial minimal working Cubed example for "blockwise"

* Update minimum cubed version that includes cubed-dev/cubed#448

* Fix mypy errors

* Update documentation with a 'blockwise' example for Cubed

v0.9.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
import `normalize_axis_index` from `numpy.lib` on `numpy>=2` (#364)

* import `normalize_axis_index` from `numpy.lib` on `numpy>=2`

* import the right thing

v0.9.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`method` heuristics: Avoid dot product as much as possible (#347)

* Another `method` detection optimization

* fix

* silence warnings

* silence one more warning

* Even better shortcut

* Update docs

v0.9.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix nanlen with strings (#344)

* Fix nanlen with strings

Closes pydata/xarray#8853

* fix windows

* Silence warnings

v0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix direct quantile reduction (#343)

v0.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix direct reductions of Xarray objects (#339)

* Fix direct reductions of Xarray objects

Closes pydata/xarray#8819

* Fix doctest

v0.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test with py3.12 (#336)

v0.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support multiple quantiles with xarray (#332)

* Support multiple quantiles with xarray

* Fix test

* type: ignore

* Bug fix

* Another bug fix

* Fix typing

* Bugfix and cleanup

* fix typing

* Another bug fix

* More xarray testing

* comment

* xfail test