File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 0.1.4 (2023-03-21)
4+
5+ Bug fix release.
6+
7+ ### Fixes:
8+ * fix coordinate flipping bug (PR [ 46] ( https://github.com/data-exp-lab/yt_xarray/pull/46 ) )
39## 0.1.3 (2023-03-10)
410
5- Bug fix release.
11+ Bug fix release.
612
713### Fixes:
814* handle the case where data coordinate lengths are 1 (PR [ 41] ( https://github.com/data-exp-lab/yt_xarray/pull/41 ) )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.3
2+ current_version = 0.1.4
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 4141 test_suite = "tests" ,
4242 tests_require = test_requirements ,
4343 url = "https://github.com/data-exp-lab/yt_xarray" ,
44- version = "0.1.3 " ,
44+ version = "0.1.4 " ,
4545 zip_safe = False ,
4646)
Original file line number Diff line number Diff line change 22
33__author__ = """Chris Havlin"""
445- __version__ = "0.1.3 "
5+ __version__ = "0.1.4 "
66
77
88# import the yt frontend and the xarray accessor so they are registered with
You can’t perform that action at this time.
0 commit comments