88dc27c594- update to 1.7.1.post2: * ci fixes * make sure arrays are masked that are not filled when auto_fill is off * automatically create views of compound types with character arrays as * always return masked array by default, even if there are no * always search for HDF5 headers when building, even when nc-config is used encodings (such as cp1252 on windows) can be handled in Dataset such as var[:,::2,::2,::2])), so a variable method use_nc_get_vars was added. segfaults can occur. Fix required raising them minimum numpy requirement data. When writing the data, stringtochar is used to convert a numpy * fix some test failures on big endian PPC64 that were due to * raise warning for HDF5 1.10.x (issue #549), since backwards fails. raise IOError instead of RuntimeError when nc_create or (pull request #543). mysterious segfaults on CentOS6 (issue #506). Segfaults * Potential memory leaks fixed by freeing string pointers internally allocated * invoke str on filename argument to Dataset constructor, so pathlib * dates do not have to be contiguous, i.e. can be before and after theDirk Mueller2024-09-30 13:11:36 +00:00
7f83e35015Accepting request 1195979 from devel:languages:python:numericAna Guerrero2024-08-26 20:10:23 +00:00
a3312bb90dAccepting request 1189933 from home:cboltz:branches:devel:languages:python:numericMatej Cepl2024-07-31 21:55:20 +00:00
289f3e9caaAccepting request 1186092 from devel:languages:python:numericAna Guerrero2024-07-08 17:08:48 +00:00
13a85a7cf9- 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.Steve Kowalik2024-07-08 07:20:29 +00:00
1950b57898Accepting request 1179163 from devel:languages:python:numericAna Guerrero2024-06-07 13:05:15 +00:00
64ca7478dbAccepting request 1179034 from home:dimstar:FactoryMarkéta Machová2024-06-07 09:27:50 +00:00
517e1552e5- Disable broken tests for s390x, gh#Unidata/netcdf4-python#1124Daniel Garcia2024-01-18 13:27:08 +00:00
581e1c371bAccepting request 1131716 from devel:languages:python:numericAna Guerrero2023-12-08 21:32:24 +00:00
d10ab42e93- update to 1.6.5: * fix for issue #1271 (mask ignored if bool MA assinged to uint8 var) * include information on specific object when reporting errors from netcdf-cDirk Mueller2023-12-07 22:10:58 +00:00
38f4fdd363Accepting request 1110189 from devel:languages:python:numericAna Guerrero2023-09-11 19:21:57 +00:00
0c505d1f61Accepting request 1110158 from home:bnavigator:branches:devel:languages:python:numericSteve Kowalik2023-09-11 04:57:26 +00:00
3831b8f0e1- update to 1.6.2: * Added `netCDF4.__has_set_alignment__` property to help identify if the underlying netcdf4 supports setting the HDF5 alignment. * Slicing multi-dimensional variables with an all False boolean index array now returns an empty numpy array (instead of raising an exception - issue #1197). Behavior now consistent with numpy slicing. * fix problem with compiling using netcdf-c < 4.9.0 (issue #1209)Dirk Mueller2023-01-07 12:27:15 +00:00
f6e75e17ff- Update to 1.5.2: * fix for scaling bug when _Unsigned attribute is set and byteorder of data does not match native byteorder (issue #930). * revise documentation for Python 3 (issue #946). * establish support for Python 2.7, 3.5, 3.6 and 3.7 (issue #948). * use dict built-in instead of OrderedDict for Python 3.7+ (pull request #955). * remove underline ANSI in Dataset string representation (pull request #956). * remove newlines from string representation (pull request #960). * fix for issue #957 (size of scalar var is a float since numpy.prod(())=1.0). * make sure Variable.setncattr fails to set _FillValue (issue #959). * fix detection of parallel HDF5 support with netcdf-c 4.6.1 (issue #964). - Remove not needed netcdf-disable-broken-test.patch as the bug was fixed in netcdf itself
Tomáš Chvátal
2019-10-08 09:15:13 +00:00