Revisions of python-hdf5storage
Dominique Leuenberger (dimstar_suse)
accepted
request 1077427
from
Steve Kowalik (StevenK)
(revision 4)
- Update to 0.1.19 Bugfix release: * Issue #122 and #124. Replaced use of deprecated ``numpy.asscalar`` functions with the ``numpy.ndarray.item`` method. * Issue #123. Forced the use of English month and day of the week names in the HDF5 header for MATLAB compatibility. * Issue #125. Fixed accidental collection of ``pkg_resources.parse_version`` from setuptools as a Marshaller now that it is a class.
Dominique Leuenberger (dimstar_suse)
accepted
request 949874
from
Matej Cepl (mcepl)
(revision 3)
- Update 0.1.18 (performance improving release): - Pull Request #111 from Daniel Hrisca. Many repeated calls to the __getitem__ methods of objects were turned into single calls. - Further reducionts in __getitem__ calls in the spirit of PR #111. - Update to 0.1.17 (bugfix and deprecation workaround release): - Issue #109. Fixed the fix Issue #102 for 32-bit platforms (previous fix was segfaulting). - Moved to using pkg_resources.parse_version from setuptools with distutils.version classes as a fallback instead of just the later to prepare for the removal of distutils (PEP 632) and prevent warnings on Python versions where it is marked as deprecated. - Issue #110. Changed all uses of the tostring method on numpy types to using tobytes if available, with tostring as the fallback for old versions of numpy where it is not. - Add nose-to-pytest.patch which allows use of pytest instead of nose (not based on the upstream solution).
Dominique Leuenberger (dimstar_suse)
accepted
request 877821
from
Dirk Mueller (dirkmueller)
(revision 2)
Dominique Leuenberger (dimstar_suse)
accepted
request 627175
from
Todd R (TheBlackCat)
(revision 1)
Utilities to read/write HDF5 files, including MATLAB v7.3 MAT files
Displaying all 6 revisions