You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
`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
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