From 7ee6af5e7a72630ffdd2080625ef76e4ae8dbe5d Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Tue, 22 Oct 2024 11:40:14 -0600 Subject: [PATCH] update --- Changelog | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c105b9d73..c9a581cd5 100644 --- a/Changelog +++ b/Changelog @@ -3,7 +3,7 @@ * add static type hints (PRs #1302, #1349) * Expose nc_rc_set, nc_rc_get (via rc_set, rc_get module functions). (PR #1348) * Add Variable.get_fill_value and allow `fill_value='default'` to - set `_FillValue` using default fill values. (issue #1374, PR #1375). + set `_FillValue` attribute using default fill values. (issue #1374, PR #1375). * Fix NETCDF3 endian error (issue #1373, PR #1355). version 1.7.1 (tag v1.7.1rel) diff --git a/README.md b/README.md index 8fa99985b..59b113022 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ## News For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). +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. + 06/17/2024: Version [1.7.1](https://pypi.python.org/pypi/netCDF4/1.7.1) released. Fixes for wheels, no code changes. 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))