netcdf4-python 1.5.8-1 source package in Ubuntu

Changelog

netcdf4-python (1.5.8-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.0, no changes.
  * Bump debhelper compat to 12, changes:
    - Drop --list-missing from dh_install

 -- Bas Couwenberg <email address hidden>  Wed, 19 Jan 2022 19:35:22 +0100

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netcdf4-python_1.5.8-1.dsc 2.1 KiB 11602964fd4e00f84414b023f9ff898fee770e0656379074de948d8cda4a9372
netcdf4-python_1.5.8.orig.tar.gz 779.1 KiB c5667abe60888c9207951f4c0d4d0fd058853d4ba5465fe14ea933443ac7522e
netcdf4-python_1.5.8-1.debian.tar.xz 5.2 KiB 3748da29b9adaa8da39ab809169802cca74adbdbf683f93a2eccdb520eee7eac

No changes file available.

Binary packages built by this source

python3-netcdf4: Python 3 interface to the netCDF4 (network Common Data Form) library

 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 is modelled 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.
 .
 This package contains the netCDF 4 module for Python 3.

python3-netcdf4-dbgsym: debug symbols for python3-netcdf4