🌐 AI搜索 & 代理 主页
Skip to content

Tags: xarray-contrib/cf-xarray

Tags

v0.10.10

Toggle v0.10.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Raise ValueError in `_get_ordered_vertices()` with "mixed" order (#595)

* Raise a ValueError in `_get_ordered_vertices()` with `"mixed"` core dim order

* Replace ValueError with NotImplementedError

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Pascal Bourgault <bourgault.pascal@ouranos.ca>

v0.10.9

Toggle v0.10.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix singleton coord in core dim orders (#592)

v0.10.8

Toggle v0.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support multiple grid mappings; Add new GridMapping dataclass (#586)

Co-authored-by: Claude <noreply@anthropic.com>

v0.10.7

Toggle v0.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update `bounds_to_vertices` to handle descending arrays (#579)

* Update `bounds_to_vertices` to handle descending arrays
Add `_get_ordered_vertices()` to handle extraction of unique vertex values in ascending order

* Update docstring

* Update `_get_ordered_vertices()` to preserve order of values

* Fix `_get_ordered_vertices()` to preserve leading dims
- Also handle strictly monotonic bounds

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix casting issue with numpy 1.26.4

* Update docstrings for clarity

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix logic for checking strictly monotonic

* Fix logic for checking strictly monotonic

* Delete qa/mvce.py

* Update `bounds_to_vertices to sort on coordinates
- Add `_get_core_dim_orders()` to get core dim orders for sorting vertices
- Update `_bounds_helper()` to accept `core_dim_orders` param
- Update `_get_ordered_vertices()` to sort on `core_dim_orders` param
- Fix `_get_ordered_vertices()` to get correct array values for vertices based on order of core dims

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix 3d vertices test

* Add typecasting to prevent numpy 1.26.4 issue

* Add typecasting to prevent numpy 1.26.4 issue

* Add typecasting to prevent numpy 1.26.4 issue

* Fix mypy error expecting bool not np.bool

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.10.6

Toggle v0.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
one more type fix (#575)

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FlagGrouper: Encapsulate instead of subclassing UniqueGrouper (#569)

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix imports again (#565)

* Fix imports again

* try again

* yet agaoin

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update types (#564)

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Grouper import (#560)

* Fix import

* redo CI

* fix name

* fix min deps

* bump min xarray

* importorskip

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add pooch downloader to workaround readthedocs/readthedocs.org#11763 (#…

…547)