Skip to content

Commit 7ee6af5

Browse files
committed
update
1 parent 17d00ac commit 7ee6af5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* add static type hints (PRs #1302, #1349)
44
* Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module functions). (PR #1348)
55
* Add Variable.get_fill_value and allow `fill_value='default'` to
6-
set `_FillValue` using default fill values. (issue #1374, PR #1375).
6+
set `_FillValue` attribute using default fill values. (issue #1374, PR #1375).
77
* Fix NETCDF3 endian error (issue #1373, PR #1355).
88

99
version 1.7.1 (tag v1.7.1rel)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
## News
1111
For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).
1212

13+
10/22/2024: Version [1.7.2](https://pypi.python.org/pypi/netCDF4/1.7.2) released. Minor updates/bugfixes and python 3.13 wheels, see Changelog for details.
14+
1315
06/17/2024: Version [1.7.1](https://pypi.python.org/pypi/netCDF4/1.7.1) released. Fixes for wheels, no code changes.
1416

1517
06/13/2024: Version [1.7.0](https://pypi.python.org/pypi/netCDF4/1.7.0) released. Add support for complex numbers via `auto_complex` keyword to `Dataset` ([PR #1295](https://github.com/Unidata/netcdf4-python/pull/1295))

0 commit comments

Comments
 (0)