diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index bc661b858..fff48291e 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -11,7 +11,22 @@ Changes from 3.10.1 to 3.10.0 ============================= -XXX version-specific blurb XXX +Bugfixes +-------- + +- Fix version constraints for the ``numpy`` runrime requirements + (:issue:`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 :issue:`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. Changes from 3.10.0 to 3.9.2 diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index 544d75752..cad9c861f 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -67,6 +67,7 @@ Release timeline ---------------- =============== =========== ========== +PyTables 3.10.1 2024-08-xx PyTables 3.10.0 2024-08-13 PyTables 3.9.2 2023-11-27 PyTables 3.9.1 2023-10-06