Releases: data-exp-lab/yt_xarray
Releases · data-exp-lab/yt_xarray
Release v0.4.0
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
New Features
- transformations framework by @chrishavlin in #75 . For examples, check out the new example notebooks (notebooks 7-10) in the docs or check out the overview from a recent presentation here.
- add coordinate disambiguation with cf_xarray by @chrishavlin in #83
- Adding yt convenience functions by @chrishavlin in #72
- allow single field for load_grid by @chrishavlin in #67
- enable single stretched grid and callable by @chrishavlin in #66
Bug Fixes
- fix handling of 2d+time datasets with reversed axes by @chrishavlin in #87
Maintenance and Documentation
- add chunksizes to load_grid docstring by @chrishavlin in #84
- add note to api doc of open_dataset by @chrishavlin in #90
- Fix persistence by @chrishavlin in #79
- add some badges by @chrishavlin in #63
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
What's Changed
- add windows, mac tests by @chrishavlin in #55
- use axis_order arg by @chrishavlin in #58
- Update pypi deployment action by @chrishavlin in #59
- update the load_grid not implemeneted message by @chrishavlin in #60
- Packaging updates by @chrishavlin in #61
Full Changelog: v0.1.4...v0.2.0
Release v0.1.4
Release v0.1.3
Release v0.1.2
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
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
Initial beta release!
- yt Accessor object for xarray
- load yt dataset from open xrarray dataset in memory or with references to open xarray handle