-
1.7.0 - 2026-04-04
-
Fixed compatibility with NumPy 2.3 breaking change where
np.bool_no longer inherits from Pythonbool. #1307 -
Migrated build system from legacy
setup.pytocmakeandscikit-build-core. -
Added initial support and testing for Python 3.14. #1338
-
Updated
pyproject.tomlmetadata for PEP 639 license compliance. #1337 -
Fixed a race condition in cross-module mutex initialization. #1333
-
Fixed
PySlice_CheckFullfor 32-bit architectures. #1336 -
Fixed unknown references in
dbapi2module. #1342 -
Fixed regression in relative classpath resolution and modernized
org.jpype.jardiscovery. -
Optimized Azure CI pipelines with improved pip caching.
-
Added documentation for building tracing-instrumented extensions.
-
Added a support script to validate wheels.
-
Fixed compatibility with NumPy 2.3. #1320
-
Fixed a race condition upon JPype import on Windows. #1316
-
Made jedi support optional
-