File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- pint >= 0.14
2
- xarray >= 0.16 .0
1
+ pint >= 0.21
2
+ xarray >= 2022.06 .0
3
3
pooch
4
4
netCDF4
5
5
cf-xarray >= 0.6
Original file line number Diff line number Diff line change 2
2
3
3
What's new
4
4
==========
5
- 0.4 (* unreleased * )
6
- ------------------
5
+ 0.4 (23 Jun 2024 )
6
+ -----------------
7
7
- adopt `SPEC0 <https://scientific-python.org/specs/spec-0000 >`_ (:pull: `228 `)
8
8
9
9
This means that the supported versions change:
@@ -12,13 +12,13 @@ What's new
12
12
dependency old minimum new minimum
13
13
============ ============== ==============
14
14
python 3.8 3.9
15
- xarray 0.16.1 0.20
16
- numpy 1.17 1.22
17
- pint 0.16 0.19
15
+ xarray 0.16.1 2022.06.0
16
+ numpy 1.17 1.23
17
+ pint 0.16 0.21
18
18
============ ============== ==============
19
19
20
20
By `Justus Magin <https://github.com/keewis >`_.
21
- - add support for python 3.11 (:pull: `228 `)
21
+ - add support for python 3.11 and 3.12 (:pull: `228 `, :pull: ` 263 `)
22
22
By `Justus Magin <https://github.com/keewis >`_.
23
23
- ignore datetime units on attributes (:pull: `241 `)
24
24
By `Justus Magin <https://github.com/keewis >`_.
Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ classifiers = [
16
16
" Programming Language :: Python :: 3.9" ,
17
17
" Programming Language :: Python :: 3.10" ,
18
18
" Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
19
20
" Topic :: Scientific/Engineering" ,
20
21
]
21
22
requires-python = " >=3.9"
22
23
dependencies = [
23
- " numpy >= 1.22 " ,
24
- " xarray >= 0.20 " ,
25
- " pint >= 0.19 " ,
24
+ " numpy >= 1.23 " ,
25
+ " xarray >= 2022.06.0 " ,
26
+ " pint >= 0.21 " ,
26
27
]
27
28
dynamic = [" version" ]
28
29
You can’t perform that action at this time.
0 commit comments