Skip to content

Releases: data-exp-lab/yt_xarray

Release v0.4.0

15 Oct 17:45
d4312fc
Compare
Choose a tag to compare

0.4.0

Maintenance release to drop python 3.9: min python version is now 3.10

other changes

  • updated notes on deployment
  • dependabot configuration
  • remove usage of xr.tutorials from test suite
  • now testing python 3.12

Release v0.3.0

23 May 20:14
e0c80a4
Compare
Choose a tag to compare

New Features

Bug Fixes

  • fix handling of 2d+time datasets with reversed axes by @chrishavlin in #87

Maintenance and Documentation

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

03 Nov 20:53
ec5e5c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

Release v0.1.4

21 Mar 18:02
7808092
Compare
Choose a tag to compare

0.1.4 (2023-03-21)

Bug fix release.

Fixes:

  • fix coordinate flipping bug (PR 46)

Release v0.1.3

13 Mar 18:51
26a2ace
Compare
Choose a tag to compare

Bug fix release

Fixes

  • handle length-1 dimensions properly (#41 )

Release v0.1.2

27 Feb 23:32
06f9722
Compare
Choose a tag to compare

Bug fix release.

Fixes:

  • fixes handling of xarray variables with dimensions in decreasing
    order (e.g., latitude from 90 to -90) without
    having to re-index the whole variable (PR 39).

Release v0.1.1

07 Feb 15:06
Compare
Choose a tag to compare

This release builds out the loading functions introduced in v0.1.0 and includes
improvements to documentation

New

ds.yt.load_grid now has:

  • initial support for loading 3D uniform grid data with chunks
  • support for 2D fields for non-chunked data
  • support for stretched (non-chunked) and uniform grids

CI improvements, including:

  • test coverage checks on PR
  • rtd docs build, including builds on PR

Changes

  • replaced the multiple load functions with a single function, ds.yt.load_grid

Fixes

  • correctly handle nodes as cell centers, interpolating if necessary

Release v0.1.0

13 Oct 20:44
8190efa
Compare
Choose a tag to compare

Initial beta release!

  • yt Accessor object for xarray
  • load yt dataset from open xrarray dataset in memory or with references to open xarray handle