File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33__author__ = """Chris Havlin"""
445- __version__ = "0.4.0dev "
5+ __version__ = "0.4.1 "
66
77
88# import the xarray accessor so it is registered with xarray
You can’t perform that action at this time.
0 commit comments