pkgsrc/devel/py-h5py/PLIST
adam 2be9f35d75 py-h5py: updated to 2.9.0
What's new in h5py 2.9

New features
* A convenient high-level API for creating virtual datasets, HDF5 objects which
  act as a view over one or more real datasets.
  See :ref:vds for details.
* :class:File can now be constructed with a Python file-like object,
  making it easy to create an HDF5 file in memory using :class:io.BytesIO
  See :ref:file_fileobj for details.
* :class:File now accepts parameters to control the chunk cache.
  See :ref:file_cache for details.
* New options to record the order of insertion for attributes and group entries.
  Iterating over these collections now follows insertion order if it was
  recorded, or name order if not.
* A new method :meth:Group.create_dataset_like to create a new dataset with
  similar properties to an existing one.
* Datasets can now be created with storage backed by external non-HDF5 files
* Lists or tuples of unicode strings can now be stored as HDF5 attributes
* Inspecting the view returned by .keys() now shows the key names, for
  convenient interactive use.

Exposing HDF5 functions
* H5LTopen_file_image as :func:h5py.h5f.open_file_image.
* External dataset storage functions H5Pset_external, H5Pget_external
  and H5Pget_external_count as methods on :class:h5py.h5p.PropDCID

Bugfixes
* Fix reading/writing of float128 data.
* Converting data to float16 when creating a dataset.

Support for old Python
Support for Python 3.3 has been dropped.
Support for Python 2.6 has been dropped.
2019-06-16 14:11:49 +00:00

184 lines
7.2 KiB
Text

@comment $NetBSD: PLIST,v 1.6 2019/06/16 14:11:49 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/h5py/__init__.py
${PYSITELIB}/h5py/__init__.pyc
${PYSITELIB}/h5py/__init__.pyo
${PYSITELIB}/h5py/_conv.so
${PYSITELIB}/h5py/_errors.so
${PYSITELIB}/h5py/_hl/__init__.py
${PYSITELIB}/h5py/_hl/__init__.pyc
${PYSITELIB}/h5py/_hl/__init__.pyo
${PYSITELIB}/h5py/_hl/attrs.py
${PYSITELIB}/h5py/_hl/attrs.pyc
${PYSITELIB}/h5py/_hl/attrs.pyo
${PYSITELIB}/h5py/_hl/base.py
${PYSITELIB}/h5py/_hl/base.pyc
${PYSITELIB}/h5py/_hl/base.pyo
${PYSITELIB}/h5py/_hl/compat.py
${PYSITELIB}/h5py/_hl/compat.pyc
${PYSITELIB}/h5py/_hl/compat.pyo
${PYSITELIB}/h5py/_hl/dataset.py
${PYSITELIB}/h5py/_hl/dataset.pyc
${PYSITELIB}/h5py/_hl/dataset.pyo
${PYSITELIB}/h5py/_hl/datatype.py
${PYSITELIB}/h5py/_hl/datatype.pyc
${PYSITELIB}/h5py/_hl/datatype.pyo
${PYSITELIB}/h5py/_hl/dims.py
${PYSITELIB}/h5py/_hl/dims.pyc
${PYSITELIB}/h5py/_hl/dims.pyo
${PYSITELIB}/h5py/_hl/files.py
${PYSITELIB}/h5py/_hl/files.pyc
${PYSITELIB}/h5py/_hl/files.pyo
${PYSITELIB}/h5py/_hl/filters.py
${PYSITELIB}/h5py/_hl/filters.pyc
${PYSITELIB}/h5py/_hl/filters.pyo
${PYSITELIB}/h5py/_hl/group.py
${PYSITELIB}/h5py/_hl/group.pyc
${PYSITELIB}/h5py/_hl/group.pyo
${PYSITELIB}/h5py/_hl/selections.py
${PYSITELIB}/h5py/_hl/selections.pyc
${PYSITELIB}/h5py/_hl/selections.pyo
${PYSITELIB}/h5py/_hl/selections2.py
${PYSITELIB}/h5py/_hl/selections2.pyc
${PYSITELIB}/h5py/_hl/selections2.pyo
${PYSITELIB}/h5py/_hl/vds.py
${PYSITELIB}/h5py/_hl/vds.pyc
${PYSITELIB}/h5py/_hl/vds.pyo
${PYSITELIB}/h5py/_objects.so
${PYSITELIB}/h5py/_proxy.so
${PYSITELIB}/h5py/defs.so
${PYSITELIB}/h5py/h5.so
${PYSITELIB}/h5py/h5a.so
${PYSITELIB}/h5py/h5ac.so
${PYSITELIB}/h5py/h5d.so
${PYSITELIB}/h5py/h5ds.so
${PYSITELIB}/h5py/h5f.so
${PYSITELIB}/h5py/h5fd.so
${PYSITELIB}/h5py/h5g.so
${PYSITELIB}/h5py/h5i.so
${PYSITELIB}/h5py/h5l.so
${PYSITELIB}/h5py/h5o.so
${PYSITELIB}/h5py/h5p.so
${PYSITELIB}/h5py/h5py_warnings.py
${PYSITELIB}/h5py/h5py_warnings.pyc
${PYSITELIB}/h5py/h5py_warnings.pyo
${PYSITELIB}/h5py/h5r.so
${PYSITELIB}/h5py/h5s.so
${PYSITELIB}/h5py/h5t.so
${PYSITELIB}/h5py/h5z.so
${PYSITELIB}/h5py/highlevel.py
${PYSITELIB}/h5py/highlevel.pyc
${PYSITELIB}/h5py/highlevel.pyo
${PYSITELIB}/h5py/ipy_completer.py
${PYSITELIB}/h5py/ipy_completer.pyc
${PYSITELIB}/h5py/ipy_completer.pyo
${PYSITELIB}/h5py/tests/__init__.py
${PYSITELIB}/h5py/tests/__init__.pyc
${PYSITELIB}/h5py/tests/__init__.pyo
${PYSITELIB}/h5py/tests/common.py
${PYSITELIB}/h5py/tests/common.pyc
${PYSITELIB}/h5py/tests/common.pyo
${PYSITELIB}/h5py/tests/hl/__init__.py
${PYSITELIB}/h5py/tests/hl/__init__.pyc
${PYSITELIB}/h5py/tests/hl/__init__.pyo
${PYSITELIB}/h5py/tests/hl/test_attribute_create.py
${PYSITELIB}/h5py/tests/hl/test_attribute_create.pyc
${PYSITELIB}/h5py/tests/hl/test_attribute_create.pyo
${PYSITELIB}/h5py/tests/hl/test_dataset_getitem.py
${PYSITELIB}/h5py/tests/hl/test_dataset_getitem.pyc
${PYSITELIB}/h5py/tests/hl/test_dataset_getitem.pyo
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.py
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.pyc
${PYSITELIB}/h5py/tests/hl/test_dataset_swmr.pyo
${PYSITELIB}/h5py/tests/hl/test_datatype.py
${PYSITELIB}/h5py/tests/hl/test_datatype.pyc
${PYSITELIB}/h5py/tests/hl/test_datatype.pyo
${PYSITELIB}/h5py/tests/hl/test_deprecation.py
${PYSITELIB}/h5py/tests/hl/test_deprecation.pyc
${PYSITELIB}/h5py/tests/hl/test_deprecation.pyo
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.py
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyc
${PYSITELIB}/h5py/tests/hl/test_dims_dimensionproxy.pyo
${PYSITELIB}/h5py/tests/hl/test_file.py
${PYSITELIB}/h5py/tests/hl/test_file.pyc
${PYSITELIB}/h5py/tests/hl/test_file.pyo
${PYSITELIB}/h5py/tests/hl/test_filters.py
${PYSITELIB}/h5py/tests/hl/test_filters.pyc
${PYSITELIB}/h5py/tests/hl/test_filters.pyo
${PYSITELIB}/h5py/tests/hl/test_threads.py
${PYSITELIB}/h5py/tests/hl/test_threads.pyc
${PYSITELIB}/h5py/tests/hl/test_threads.pyo
${PYSITELIB}/h5py/tests/hl/test_vds/__init__.py
${PYSITELIB}/h5py/tests/hl/test_vds/__init__.pyc
${PYSITELIB}/h5py/tests/hl/test_vds/__init__.pyo
${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.py
${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.pyc
${PYSITELIB}/h5py/tests/hl/test_vds/test_highlevel_vds.pyo
${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.py
${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.pyc
${PYSITELIB}/h5py/tests/hl/test_vds/test_lowlevel_vds.pyo
${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.py
${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.pyc
${PYSITELIB}/h5py/tests/hl/test_vds/test_virtual_source.pyo
${PYSITELIB}/h5py/tests/old/__init__.py
${PYSITELIB}/h5py/tests/old/__init__.pyc
${PYSITELIB}/h5py/tests/old/__init__.pyo
${PYSITELIB}/h5py/tests/old/test_attrs.py
${PYSITELIB}/h5py/tests/old/test_attrs.pyc
${PYSITELIB}/h5py/tests/old/test_attrs.pyo
${PYSITELIB}/h5py/tests/old/test_attrs_data.py
${PYSITELIB}/h5py/tests/old/test_attrs_data.pyc
${PYSITELIB}/h5py/tests/old/test_attrs_data.pyo
${PYSITELIB}/h5py/tests/old/test_base.py
${PYSITELIB}/h5py/tests/old/test_base.pyc
${PYSITELIB}/h5py/tests/old/test_base.pyo
${PYSITELIB}/h5py/tests/old/test_dataset.py
${PYSITELIB}/h5py/tests/old/test_dataset.pyc
${PYSITELIB}/h5py/tests/old/test_dataset.pyo
${PYSITELIB}/h5py/tests/old/test_datatype.py
${PYSITELIB}/h5py/tests/old/test_datatype.pyc
${PYSITELIB}/h5py/tests/old/test_datatype.pyo
${PYSITELIB}/h5py/tests/old/test_dimension_scales.py
${PYSITELIB}/h5py/tests/old/test_dimension_scales.pyc
${PYSITELIB}/h5py/tests/old/test_dimension_scales.pyo
${PYSITELIB}/h5py/tests/old/test_file.py
${PYSITELIB}/h5py/tests/old/test_file.pyc
${PYSITELIB}/h5py/tests/old/test_file.pyo
${PYSITELIB}/h5py/tests/old/test_file_image.py
${PYSITELIB}/h5py/tests/old/test_file_image.pyc
${PYSITELIB}/h5py/tests/old/test_file_image.pyo
${PYSITELIB}/h5py/tests/old/test_group.py
${PYSITELIB}/h5py/tests/old/test_group.pyc
${PYSITELIB}/h5py/tests/old/test_group.pyo
${PYSITELIB}/h5py/tests/old/test_h5.py
${PYSITELIB}/h5py/tests/old/test_h5.pyc
${PYSITELIB}/h5py/tests/old/test_h5.pyo
${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.py
${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.pyc
${PYSITELIB}/h5py/tests/old/test_h5d_direct_chunk_write.pyo
${PYSITELIB}/h5py/tests/old/test_h5f.py
${PYSITELIB}/h5py/tests/old/test_h5f.pyc
${PYSITELIB}/h5py/tests/old/test_h5f.pyo
${PYSITELIB}/h5py/tests/old/test_h5p.py
${PYSITELIB}/h5py/tests/old/test_h5p.pyc
${PYSITELIB}/h5py/tests/old/test_h5p.pyo
${PYSITELIB}/h5py/tests/old/test_h5t.py
${PYSITELIB}/h5py/tests/old/test_h5t.pyc
${PYSITELIB}/h5py/tests/old/test_h5t.pyo
${PYSITELIB}/h5py/tests/old/test_objects.py
${PYSITELIB}/h5py/tests/old/test_objects.pyc
${PYSITELIB}/h5py/tests/old/test_objects.pyo
${PYSITELIB}/h5py/tests/old/test_selections.py
${PYSITELIB}/h5py/tests/old/test_selections.pyc
${PYSITELIB}/h5py/tests/old/test_selections.pyo
${PYSITELIB}/h5py/tests/old/test_slicing.py
${PYSITELIB}/h5py/tests/old/test_slicing.pyc
${PYSITELIB}/h5py/tests/old/test_slicing.pyo
${PYSITELIB}/h5py/utils.so
${PYSITELIB}/h5py/version.py
${PYSITELIB}/h5py/version.pyc
${PYSITELIB}/h5py/version.pyo