From 38ea3b42db8a8b168c8aa9917ac57d83261553ac Mon Sep 17 00:00:00 2001 From: chavlin Date: Wed, 11 Jun 2025 10:49:52 -0500 Subject: [PATCH] release prep v0.4.1 --- HISTORY.md | 14 +++++++++++--- yt_xarray/__init__.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4cc6758..c95e36d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,19 @@ # History -## 0.4.0dev +## 0.4.1 -active development branch. +Maintenance release: improves some type hints, improves CI test suite. ### Changes -* improve type checking, add mypy action in CI +* Improve type checking by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/106 +* only run type check test on PR by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/107 +* list deps in weekly action by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/108 +* add sphinx config entry to .readthedocs.yaml by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/111 +* improving type hints related to numpy by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/114 +* more typing fixes by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/115 +* add workflow dispatches to some of the tests by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/117 + +**Full Changelog**: https://github.com/data-exp-lab/yt_xarray/compare/v0.4.0...v0.4.1 ## 0.4.0 diff --git a/yt_xarray/__init__.py b/yt_xarray/__init__.py index 32812d8..d98f6df 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.4.0dev" +__version__ = "0.4.1" # import the xarray accessor so it is registered with xarray