From 50ffd655453e7489749d46c3816995b7f7c8ee7e Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Tue, 10 Oct 2023 12:17:50 -0500 Subject: [PATCH 1/2] update history --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a9fbb7c..6ba5b52 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,16 @@ # History +## 0.2.0 (2023-10-10) + +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 + ## 0.1.4 (2023-03-21) Bug fix release. From 7d59eb70e96b1f988a77662ae226940092f40f5e Mon Sep 17 00:00:00 2001 From: chrishavlin Date: Tue, 10 Oct 2023 12:20:55 -0500 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- yt_xarray/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9bff91b..746f890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yt_xarray" -version = "0.1.4" +version = "0.2.0" authors = [ { name="Chris Havlin", email="chris.havlin@gmail.com" }, ] diff --git a/yt_xarray/__init__.py b/yt_xarray/__init__.py index 7246dd5..b04f28d 100644 --- a/yt_xarray/__init__.py +++ b/yt_xarray/__init__.py @@ -2,7 +2,7 @@ __author__ = """Chris Havlin""" __email__ = "chris.havlin@gmail.com" -__version__ = "0.1.4" +__version__ = "0.2.0" # import the xarray accessor so it is registered with xarray