File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22
3+ ## 0.2.0 (2023-10-10)
4+
5+ Maintenance release. Minimum python version is now 3.9.
6+
7+ ### Changes
8+ * improve error messaging for load_grid
9+ * fix deprecation warning from yt.load_amr_grids
10+ * consolidate to pyproject.toml
11+ * expand testing: all platforms, new weekly run
12+ * switch to pre-commit.ci
13+
314## 0.1.4 (2023-03-21)
415
516Bug fix release.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " yt_xarray"
7- version = " 0.1.4 "
7+ version = " 0.2.0 "
88authors = [
99 { name =" Chris Havlin" , email =" chris.havlin@gmail.com" },
1010]
Original file line number Diff line number Diff line change 22
33__author__ = """Chris Havlin"""
44__email__ = "chris.havlin@gmail.com"
5- __version__ = "0.1.4 "
5+ __version__ = "0.2.0 "
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