Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Update tables to 3.5.2 #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Contributor

This PR updates tables from 3.4.4 to 3.5.2.

Changelog

3.5.2

Maintenance release to fix compatibility with Python 3.8

3.5.1

===========================

- Maintenance release to fix how PyPi repo is handling wheel versions.

3.5.0

===========================

Improvements
------------
- 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
see 720.
- 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.  See PR 716.  Thanks to Robert McLeod.
Links

@pyup-bot pyup-bot mentioned this pull request May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant