Skip to content

Commit 38ea3b4

Browse files
committed
release prep v0.4.1
1 parent 9b58d32 commit 38ea3b4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

HISTORY.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# History
22

3-
## 0.4.0dev
3+
## 0.4.1
44

5-
active development branch.
5+
Maintenance release: improves some type hints, improves CI test suite.
66

77
### Changes
8-
* improve type checking, add mypy action in CI
8+
* Improve type checking by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/106
9+
* only run type check test on PR by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/107
10+
* list deps in weekly action by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/108
11+
* add sphinx config entry to .readthedocs.yaml by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/111
12+
* improving type hints related to numpy by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/114
13+
* more typing fixes by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/115
14+
* add workflow dispatches to some of the tests by @chrishavlin in https://github.com/data-exp-lab/yt_xarray/pull/117
15+
16+
**Full Changelog**: https://github.com/data-exp-lab/yt_xarray/compare/v0.4.0...v0.4.1
917

1018
## 0.4.0
1119

yt_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "[email protected]"
5-
__version__ = "0.4.0dev"
5+
__version__ = "0.4.1"
66

77

88
# import the xarray accessor so it is registered with xarray

0 commit comments

Comments
 (0)