Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tables from 3.6.1 to 3.7.0 #440

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps tables from 3.6.1 to 3.7.0.

Release notes

Sourced from tables's releases.

Release v3.7.0

Improvements

  • Compatibility with Python 3.10, numpy 1.21 and HDF5 1.12.
  • Support for Python 3.5 has been dropped (#840 and #850).
  • Windows: Significantly faster import tables PR #781. Thanks to Christoph Gohlke.
  • Internal C-Blosc sources updated to 1.21.1 (#931). Note that, starting from C-Blosc 1.19 does not include the Snappy codec sources anymore, so Snappy will be not available if you compile from included sources; other packages (like conda or wheels), may (or may not) include it.
  • Stop using appveyor and deprecated ci-helpers (closes #827).
  • Switch to git submodule for the management of vendored c-blosc sources.
  • CI moved to GitHub Actions (GHA).
  • Drop Travis-CI.
  • Improved code formatting and notation consistency (#873, #868, #865 thanks to Miroslav Šedivý).
  • Improve the use of modern Python including :mod:pathlib, f-strings (#859, #855, #839 and #818 thanks to Miroslav Šedivý).
  • Several improvements to wheels generation in CI (thanks to Andreas Motl @​amotl and Matthias @​xmatthias).
  • Simplified management of version information.
  • Drop dependency on the deprecated distutils.
  • Modernize the setup script and add support for PEP517 (#907).

Bugfixes

  • Fix pkg-config (setup.py) for Python 3.9 on Debian. Thanks to Marco Sulla PR #792.
  • Fix ROFileNode fails to return the fileno() (#633).
  • Do not flush read only files (#915 thanks to @​lrepiton).

Other changes

  • Drop the deprecated hdf5Version and File.open_count.
  • the :func:get_tables_version and :func:get_hdf5_version functions are now deprecated please use the coresponding :data:tables.__version__ and :data:tables.hdf5_version instead.
Changelog

Sourced from tables's changelog.

Changes from 3.7.0 to 3.7.1

  • TBW
Commits
  • 7eaf6bc Set long_description_content_type in setup.cfg
  • 260ec80 Relax doctest (file timestamp)
  • 0b87746 Add missing dependency in ubuntu.yml workflow
  • 19c8a1f Update version number to v3.7.0
  • 6a5d727 Update the ANNOUNCE.txt file
  • 383bd8f Switch back to setup.py in Makefile
  • 2ec67d5 Run doctests via make
  • fb13f07 Enable test_basics.UnicodeFilename
  • c36c699 Never attempt to overwrite the input parameter in point selection (Closes: gh...
  • 77102c5 Improve error messages in create_carray (Closes: gh-741)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2022

The following labels could not be found: pip dependencies.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/tables-3.7.0 branch from 394910c to c958f21 Compare June 4, 2022 21:34
@dependabot dependabot bot force-pushed the dependabot/pip/develop/tables-3.7.0 branch from c958f21 to 59fc2fc Compare June 13, 2022 20:06
@dependabot dependabot bot force-pushed the dependabot/pip/develop/tables-3.7.0 branch 2 times, most recently from 3789304 to ca03e9e Compare June 23, 2022 11:45
Bumps [tables](https://github.com/PyTables/PyTables) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/PyTables/PyTables/releases)
- [Changelog](https://github.com/PyTables/PyTables/blob/master/RELEASE_NOTES.rst)
- [Commits](PyTables/PyTables@v3.6.1...v3.7.0)

---
updated-dependencies:
- dependency-name: tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/tables-3.7.0 branch from ca03e9e to 3b615a8 Compare July 14, 2022 12:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #531.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/tables-3.7.0 branch December 26, 2022 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants