Fedora 22 Update: netcdf4-python-1.1.6-1.fc22

updates at fedoraproject.org updates at fedoraproject.org
Tue Apr 21 19:06:56 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-6094
2015-04-14 21:05:43
--------------------------------------------------------------------------------

Name        : netcdf4-python
Product     : Fedora 22
Version     : 1.1.6
Release     : 1.fc22
URL         : https://github.com/Unidata/netcdf4-python
Summary     : Python/numpy interface to netCDF
Description :
netCDF version 4 has many features not found in earlier versions of the
library and is implemented on top of HDF5. This module can read and write
files in both the new netCDF 4 and the old netCDF 3 format, and can create
files that are readable by HDF5 clients. The API modeled after
Scientific.IO.NetCDF, and should be familiar to users of that module.

Most new features of netCDF 4 are implemented, such as multiple unlimited
dimensions, groups and zlib data compression. All the new numeric data types
(such as 64 bit and unsigned integer types) are implemented. Compound and
variable length (vlen) data types are supported, but the enum and opaque data
types are not. Mixtures of compound and vlen data types (compound types
containing vlens, and vlens containing compound types) are not supported.

--------------------------------------------------------------------------------
Update Information:

Update to 1.1.6:

* fix for issue 353 (num2date can no longer handle units like 'hours since 2000-01-01 0').
* fix for issue 354 (num2date no longer supports multi-dimensional arrays).
* fix for spurious UserWarning about endian-ness mismatch (issue 364).
* make calendar name keyword for num2date/date2num case insensitive (issue 362).
* make sure units parser returns time-zone naive datetime instance that includes UTC offset (issue 357).  UTC offset was applied incorrectly in netcdftime.date2num and num2date.
* use python datetime in num2date and date2num whenever possible. Remove duplicate num2date and date2num functions from netcdftime. Addresses issue #344. Add microsecond capability to netcdftime.datetime. Roundtrip accuracy of num2date/date2num now down to less than a millisecond.
* use nc-config by default to find dependencies.  setup.py modified to handle failure to find nc-config more gracefully (issue #340). If you wish to use env vars to point to the libs, you must first move the setup.cfg file out of the way (rename it to setup.cfg.save), or set USE_NCCONFIG to 0.
* if endian-ness of variable is specified, adjust datatype to reflect this when opening a file (issue 346).
* fix for issue #349 (seconds outside the range 0-59 in netcdftime.num2date).

--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update netcdf4-python' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list