Release notes for PyTables 3.11 series

Author:

PyTables Developers

Contact:

pytables-dev@googlegroups.com

Changes from 3.10.2 to 3.11.0

  • Add support for Python 3.14.

  • Set Cython “freethreading_compatible” directive. Please refer to https://www.pytables.org/cookbook/threading.html for details about threading support.

  • Python wheel packages are now generated exploiting limited API and stable ABI (abi3).

Thanks to:

  • Rene Leonhardt

  • Neil Schemenauer

  • Eric Larson