Skip to content

Commit 8743ed5

Browse files
DAS-2331 - Update to netCDF4~=1.7.2 for type hints. (#53)
1 parent 1e1c97b commit 8743ed5

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v3.0.3
2+
### 2025-03-21
3+
4+
### Changed:
5+
6+
* Updated to `netCDF4~=1.7.2` to enable `mypy` type hints for the package.
7+
18
## v3.0.2
29
### 2025-02-07
310

@@ -11,7 +18,7 @@ files with named dimensions and HDF-5 files with anonymous size-only dimensions.
1118

1219
### Changed:
1320

14-
*Update DRM `unittest` to validate variable dimension shape data.
21+
* Update DMR `unittest` to validate variable dimension shape data.
1522

1623
## v3.0.1
1724
### 2024-10-18

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.3

dev-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ipython ~= 8.0.1
2-
jsonschema ~= 4.17.3
3-
pre-commit ~= 3.7.0
4-
pycodestyle ~= 2.11.0
5-
pylint >= 2.5.0
6-
pytest ~= 8.3.3
7-
pytest-cov ~= 5.0.0
1+
ipython ~= 8.18.1
2+
jsonschema ~= 4.23.0
3+
pre-commit ~= 4.2.0
4+
pycodestyle ~= 2.12.1
5+
pylint ~= 3.3.6
6+
pytest ~= 8.3.5
7+
pytest-cov ~= 6.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
netCDF4 ~= 1.6.3
1+
netCDF4 ~= 1.7.2
22
numpy >= 1.24.2,< 2.0
33
python-cmr ~= 0.12.0
44
requests ~= 2.31.0

0 commit comments

Comments
 (0)