Skip to content

Commit 395e217

Browse files
author
Jeff Whitaker
authored
Merge pull request #1324 from Unidata/v1.7.0rel
prepare for v1.7.0 release
2 parents 7755fd1 + afecac0 commit 395e217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version 1.7.0 (not yet released)
1+
version 1.7.0 (tag v1.7.0rel)
22
===============================
33
* add support for complex numbers via `auto_complex` keyword to `Dataset` (PR #1295)
44
* fix for deprecated Cython `DEF` and `IF` statements using compatibility header
@@ -10,8 +10,6 @@
1010
* Fix bug in set_collective introduced in PR #1277 (collective mode was
1111
always set).
1212

13-
14-
1513
version 1.6.5 (tag v1.6.5rel)
1614
===============================
1715
* fix for issue #1271 (mask ignored if bool MA assinged to uint8 var)

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+
06/??/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))
14+
1315
10/20/2023: Version [1.6.5](https://pypi.python.org/pypi/netCDF4/1.6.5) released.
1416
Fix for issue #1271 (mask ignored if bool MA assinged to uint8 var),
1517
support for python 3.12 (removal of python 3.7 support), more

0 commit comments

Comments
 (0)