File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,11 @@ respective missing value.
201
201
202
202
## Release Notes
203
203
204
+ ### 2.2.0 (2023-11-08)
205
+
206
+ - Added option for splitting output into multiple files by vertical grid used.
207
+ - Improved documentation and manual page.
208
+
204
209
### 2.1.1 (2021-12-11)
205
210
206
211
- Changed time variable calendar to proleptic\_ gregorian.
Original file line number Diff line number Diff line change 1
- .TH mrr2c 1 2023-11-08
1
+ .TH mrr2c 1 2023-11-08 "mrr2c 2.2.0"
2
2
.
3
3
.SH NAME
4
4
mrr2c \- convert Metek MRR-2 data files to NetCDF
Original file line number Diff line number Diff line change 13
13
import ds_format as ds
14
14
import aquarius_time as aq
15
15
16
- __version__ = '2.1 .0'
16
+ __version__ = '2.2 .0'
17
17
18
18
NA_INT64 = - 9223372036854775808
19
19
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'mrr2c' ,
5
- version = '2.1.1 ' ,
5
+ version = '2.2.0 ' ,
6
6
packages = find_packages (),
7
7
py_modules = ['mrr2c' ],
8
8
entry_points = {
You can’t perform that action at this time.
0 commit comments