Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion yt_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down