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
0.3.0
New Features * yt wrapper methods
0.2.0
Maintenance release. Minimum python version is now 3.9.
Changes * improve error messaging for load_grid * fix deprecation warning from yt.load_amr_grids * consolidate to pyproject.toml * expand testing: all platforms, new weekly run * switch to pre-commit.ci
Fixes: * handle the case where data coordinate lengths are 1 (PR [41](https://github.com/data-exp-lab/yt_xarray/pull/41))
0.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](https://github.com/data-exp-lab/yt_xarray/pull/39)).