Skip to content

Commit 18c06e7

Browse files
committed
OpenSlide Python 1.4.3
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent bd7e155 commit 18c06e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Notable Changes in OpenSlide Python
22

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 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+
318
## Version 1.4.2, 2025-04-28
419

520
### Changes

openslide/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
This module is an implementation detail. The package version should be
2222
obtained from openslide.__version__."""
2323

24-
__version__ = '1.4.2'
24+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)