Skip to content

Commit e8e7166

Browse files
jswhit2jswhit2
authored andcommitted
update for 1.7.4 release
1 parent 316bcb8 commit e8e7166

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
version 1.7.4 (not yet released)
1+
version 1.7.4 (tag v1.7.4rel)
22
================================
33
* Make sure automatic conversion of character arrays <--> string arrays works for Unicode strings (issue #1440).
44
(previously only worked correctly for encoding="ascii").
55
* Add netcdf plugins (blosc, zstd, bzip2) in wheels. Blosc plugin doesn't work in Windows wheels.
66
Macos wheels now use conda provided libs. (PR #1450)
7+
* Add windows/arm (PR #1453) and free-threaded python wheels (issue #1454). Windows wheels now use netcdf-c 4.9.3.
8+
WARNING: netcdf-c is not thread-safe and netcdf4-python does have internal locking so expect segfaults if you
9+
use netcdf4-python on multiple threads with free-threaded python. Users must exercise care to only call netcdf from
10+
a single thread.
711

812
version 1.7.3 (tag v1.7.3rel)
913
=============================

README.md

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

13+
1/5/2026: Version [1.7.4](https://pypi.python.org/pypi/netCDF4/1.7.4) released. Compression plugins now included in wheels, windows/arm and
14+
free-threaded python wheels provided. Automatic conversion of character arrays <--> string arrays works for Unicode (not just ascii) strings.
15+
WARNING: netcdf-c is not thread-safe and netcdf4-python does have internal locking so expect segfaults if you
16+
use netcdf4-python on multiple threads with free-threaded python. Users must exercise care to only call netcdf from
17+
a single thread.
18+
1319
10/13/2025: Version [1.7.3](https://pypi.python.org/pypi/netCDF4/1.7.3) released. Minor updates/bugfixes and python 3.14 wheels, see Changelog for details.
1420

1521
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.

0 commit comments

Comments
 (0)