File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
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
+
3
14
## 0.1.4 (2023-03-21)
4
15
5
16
Bug fix release.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " yt_xarray"
7
- version = " 0.1.4 "
7
+ version = " 0.2.0 "
8
8
authors = [
9
9
{ name =" Chris Havlin" , email =" chris.havlin@gmail.com" },
10
10
]
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Chris Havlin"""
4
4
__email__ = "chris.havlin@gmail.com"
5
- __version__ = "0.1.4 "
5
+ __version__ = "0.2.0 "
6
6
7
7
8
8
# import the xarray accessor so it is registered with xarray
You can’t perform that action at this time.
0 commit comments