We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e155 commit 16371e8Copy full SHA for 16371e8
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Notable Changes in OpenSlide Python
2
3
+## Version 1.4.3, 2025-12-02
4
+
5
+### New features
6
7
+* Support [free-threaded Python][free-thread]
8
9
+### Changes
10
11
+* Drop support for Python 3.9
12
+* Switch C extension module to [multi-phase initialization][multi-phase-init]
13
14
+[free-thread]: https://docs.python.org/3/howto/free-threading-python.html
15
+[multi-phase-init]: https://peps.python.org/pep-0489/
16
17
18
## Version 1.4.2, 2025-04-28
19
20
### Changes
openslide/_version.py
@@ -21,4 +21,4 @@
21
This module is an implementation detail. The package version should be
22
obtained from openslide.__version__."""
23
24
-__version__ = '1.4.2'
+__version__ = '1.4.3'
0 commit comments