Skip to content

Tags: xarray-contrib/cf-xarray

Tags

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)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
no more whats-new (#542)

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Speed up geometry encoding (#535)

* Speed up geometry encoding

Closes #534

* cleanup

* just save bool

* optimize dataset creation

* fix typing

v0.9.4

Toggle v0.9.4's commit message
Add release.yml

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rewrite unit formatter for pint 0.24 and earlier (#523)

* Rewrite unit formatter for pint 0.24

* add pins in pyproject

* Dimensionless as 1 - skip long test on previous pint

* Skip all dimensionless

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add geometry encoding and decoding functions. (#517)

* Add geometry encoding and decoding functions.

These differ from `shapely_to_cf` and `cf_to_shapely` by returning
all variables. Those function, simply encode and decode geometry-related
variables.

* More geometry functionality

1. Associate geometry vars as coordinates when we can
2. Add `cf.geometries`
3. Geometries in repr
4. Allow indexing by `"geometry"` or any geometry type.