Package Release Info

python-netCDF4-1.7.2-bp160.1.5

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-netCDF4

Change Logs

* Mon May 05 2025 Dirk Müller <dmueller@suse.com>
- update to 1.7.2:
  * 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` attribute using default fill values.
  * Fix NETCDF3 endian error (issue #1373, PR #1355).
* Tue Apr 22 2025 Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
* Mon Sep 30 2024 Dirk Müller <dmueller@suse.com>
- update to 1.7.1.post2:
  * ci fixes
* Sat Aug 17 2024 Ben Greiner <code@bnavigator.de>
- Revert numpy<2 restriction. It is explicitly supported.
* Sat Jul 27 2024 Christian Boltz <suse-beta@cboltz.de>
- broken test tst_compoundvar.py was renamed to test_compoundvar.py
* Mon Jul 08 2024 Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.7.1.post1:
  * include nc_complex source code from v0.2.0 tag
  * add aarch64 wheels
  * add support for complex numbers via `auto_complex` keyword to `Dataset`
  * fix for deprecated Cython `DEF` and `IF` statements using compatibility
  header with shims for unavailable functionality
  * add support for MS-MPI `MPI_Message` detection
  * fix surprising result when indexing vlen str with non-contiguous
  indices.
  * Fix bug in set_collective
- Remove upper bound on Cython.
- Restrict numpy to < 2.
- Drop patch 1322.patch, included upstream.
* Thu Jun 06 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Re-download 1322.patch: ensure it matches the contant as provided
  the URL specified in the spec file.
* Wed May 29 2024 Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
* Wed May 29 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Cherry-pick upstream patch to fix build with GCC 14
  * https://github.com/Unidata/netcdf4-python/pull/1322.patch
* Thu Jan 18 2024 Daniel Garcia <daniel.garcia@suse.com>
- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124,
  bsc#1218606