File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 0.1.2 (2022-02-27)
4+
5+ Bug fix release.
6+
7+ ### Fixes:
8+ * fixes handling of xarray variables with dimensions in decreasing
9+ order (e.g., latitude from 90 to -90) without
10+ having to re-index the whole variable (PR [ 39] ( https://github.com/data-exp-lab/yt_xarray/pull/39 ) ).
11+
312## 0.1.1 (2022-02-07)
413
514This release builds out the loading functions introduced in v0.1.0 and includes
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.1.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3737 test_suite = "tests" ,
3838 tests_require = test_requirements ,
3939 url = "https://github.com/data-exp-lab/yt_xarray" ,
40- version = "0.1.1 " ,
40+ version = "0.1.2 " ,
4141 zip_safe = False ,
4242)
Original file line number Diff line number Diff line change 22
33__author__ = """Chris Havlin"""
445- __version__ = "0.1.1 "
5+ __version__ = "0.1.2 "
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