python-hdf5storage
No description set
- Developed at devel:languages:python:numeric
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-hdf5storage && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
hdf5storage-0.1.18.zip | 0000126907 124 KB | |
nose-to-pytest.patch | 0000031743 31 KB | |
python-hdf5storage.changes | 0000009462 9.24 KB | |
python-hdf5storage.spec | 0000002846 2.78 KB |
Revision 3 (latest revision is 6)
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).
Comments 0