Skip to content

Release v3.10.1

Choose a tag to compare

@avalentino avalentino released this 17 Aug 08:56
· 218 commits to master since this release
v3.10.1
13410b6

Changes from 3.10.1 to 3.10.0

Bugfixes

  • Fix version constraints for the numpy runtime requirements
    (#1204).
    For a mistake it didn't allow to use PyTables with numpy 2.x.
  • Fix compatibility with PyPy (:issue:1205), Thanks to Michał Górny.

Improvements

  • Enforce numpy >= 2 as build constraint (see discussion in #1200).
  • Use tuple of plain ints for chunk info coordinates.
    Thanks to Ivan Vilata-i-Balaguer.
  • Enable faulthandler in tables.tests.test_all. Thanks to Eric Larson.