Overview

Request 717678 accepted

- Update to 3.5.2
* Fixed compatibility with python 3.8: Fixed `Dictonary keys changed during
iteration` RuntimeError while moving/renameing a node.
Thanks to Christoph Gohlke for reporting and Miro Hroncok for help with
building PyTables for python 3.8alpha (cython compatibility).
* Fixed a bug in offset calculations producing floats instead of ints
affecting python 3. See PR #736. Thanks to Brad Montgomery.
- Update to 3.5.1
* Maintenance release to fix how PyPi repo is handling wheel versions.
- Update to 3.5.0
* When copying data from native HDF5 files with padding in compound types,
the padding is not removed now by default. This allows for better
compatibility with existing HDF5 applications that expect the padding
to stay there.
Also, when the `description` is a NumPy struct array with padding, this
is honored now. The previous behaviour (i.e. getting rid of paddings) can
be replicated by passing the new `allow_padding` parameter when opening
a file. For some examples, see the new `examples/tables-with-padding.py`
and `examples/attrs-with-padding.py`. For details on the implementation
* Added a new flag `--dont-allow-padding` in `ptrepack` utility so as to
replicate the previous behaviour of removing padding during file copies.
The default is to honor the original padding in copies.
* Improve compatibility with numpy 1.16.
* Improve detection of the LZO2 library at build time.
* Suppress several warnings.
* Add AVX2 support for Windows.
- Rebase Never-use-the-msse2-flag-explicitly.patch
- Remove upstream-included patches:
* pytables_no_unsafe_write.patch
* pytables_fix_exception_check.patch

Request History
Todd R's avatar

TheBlackCat created request

- Update to 3.5.2
* Fixed compatibility with python 3.8: Fixed `Dictonary keys changed during
iteration` RuntimeError while moving/renameing a node.
Thanks to Christoph Gohlke for reporting and Miro Hroncok for help with
building PyTables for python 3.8alpha (cython compatibility).
* Fixed a bug in offset calculations producing floats instead of ints
affecting python 3. See PR #736. Thanks to Brad Montgomery.
- Update to 3.5.1
* Maintenance release to fix how PyPi repo is handling wheel versions.
- Update to 3.5.0
* When copying data from native HDF5 files with padding in compound types,
the padding is not removed now by default. This allows for better
compatibility with existing HDF5 applications that expect the padding
to stay there.
Also, when the `description` is a NumPy struct array with padding, this
is honored now. The previous behaviour (i.e. getting rid of paddings) can
be replicated by passing the new `allow_padding` parameter when opening
a file. For some examples, see the new `examples/tables-with-padding.py`
and `examples/attrs-with-padding.py`. For details on the implementation
* Added a new flag `--dont-allow-padding` in `ptrepack` utility so as to
replicate the previous behaviour of removing padding during file copies.
The default is to honor the original padding in copies.
* Improve compatibility with numpy 1.16.
* Improve detection of the LZO2 library at build time.
* Suppress several warnings.
* Add AVX2 support for Windows.
- Rebase Never-use-the-msse2-flag-explicitly.patch
- Remove upstream-included patches:
* pytables_no_unsafe_write.patch
* pytables_fix_exception_check.patch


Todd R's avatar

TheBlackCat accepted request

openSUSE Build Service is sponsored by