h5py 3.3.0-3 source package in Ubuntu
Changelog
h5py (3.3.0-3) unstable; urgency=medium * Team upload. * drop python3-h5py*-dbg packages. Python debug builds now use same ABI as standard build. Closes: #994302. * debian patch update_mpi4py.patch relaxes strict mpi4py version requirement to enable build with mpi4py 3.1. See https://github.com/h5py/h5py/issues/1969 The alternative is to set H5PY_SETUP_REQUIRES=0 so as to not conduct build-time version checks, but for Debian it can be useful to maintain minimal version checks. * update mathjax replacement in docs processing -- Drew Parsons <email address hidden> Thu, 30 Sep 2021 16:00:17 +0200
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
h5py_3.3.0-3.dsc | 2.7 KiB | 42c0b423f357946d51d6f6fff2c722596c9c185d8e665988ec8741bad47d41a8 |
h5py_3.3.0.orig.tar.gz | 371.3 KiB | e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186 |
h5py_3.3.0-3.debian.tar.xz | 17.3 KiB | 0d8b5468b1725853430931d8c6b6b3b0baf4dc664e7e1554544c7636a82173f3 |
No changes file available.
Binary packages built by this source
- hdf5-plugin-lzf: hdf5 plugin to lzf compression library
HDF5 (Hierarchical Data Format library, version 5) is a versatile,
mature scientific software library designed for the fast, flexible
storage of enormous amounts of data.
.
This package provides a plugin to the HDF5 LZF filter for the LZF
compression library. Plugins are built for both serial (single
processor) jobs (libhdf5-dev) and for multiprocessor (threaded) jobs
(libhdf5-mpi-dev).
- hdf5-plugin-lzf-dbgsym: debug symbols for hdf5-plugin-lzf
- python3-h5py-mpi: general-purpose Python interface to hdf5 (Python 3 MPI)
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
scientific software library designed for the fast, flexible storage of
enormous amounts of data.
.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and accessed
using the tradional POSIX /path/to/resource syntax.
.
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
.
This package provides the modules for Python 3, built with support
for MPI (multiprocessor) jobs.
- python3-h5py-mpi-dbgsym: debug symbols for python3-h5py-mpi
- python3-h5py-serial: general-purpose Python interface to hdf5 (Python 3 serial)
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
scientific software library designed for the fast, flexible storage of
enormous amounts of data.
.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and accessed
using the tradional POSIX /path/to/resource syntax.
.
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
.
This package provides the modules for Python 3, built for serial
(single processor) jobs.
- python3-h5py-serial-dbgsym: debug symbols for python3-h5py-serial