Skip to content

Releases: xarray-contrib/pint-xarray

v0.3

27 Jul 10:27
Compare
Choose a tag to compare

New features

  • allow using .pint.quantify as a identity operator (#47)

Bug fixes

  • preserve MultiIndex objects in .pint.dequantify (#164)
  • allow quantifying dimension coordinates (#105)

Maintenance

  • drop support for python 3.7 (#153)
  • test python 3.10 in CI (#155)

v0.2.1

26 Jul 11:15
Compare
Choose a tag to compare

This release brings a few docs improvements and a way to tell .pint.quantify not to quantify a certain variable.

v0.2

09 May 22:42
Compare
Choose a tag to compare

New features:

  • provide more context about variables when reporting unit errors
  • pseudo-support units in indexes
  • unit-aware versions of sel, loc, drop_sel, chunk, reindex, reindex_like, interp, interp_like, ffill, bfill, and interpolate_na
  • allow converting all data variables to the same unit using Dataset.pint.to
  • a small tutorial show-casing the basic functionality

Bug fixes:

  • parse units using parse_units instead of parse_expression

Release v0.1

26 Oct 19:41
Compare
Choose a tag to compare

The initial release of pint-xarray.