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 07fa787 commit c49f02dCopy full SHA for c49f02d
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Notable Changes in OpenSlide Python
2
3
+## Version 1.4.2, 2025-04-28
4
+
5
+### Changes
6
7
+* Drop support for Python 3.8
8
+* Switch package license metadata to PEP 639 format
9
+* examples: Update OpenSeadragon to 5.0.1
10
+* examples: Add license files for bundled JavaScript
11
+* tests: Add PEP 735 dependency group for test dependencies
12
13
14
## Version 1.4.1, 2024-10-30
15
16
### Bug fixes
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.1'
+__version__ = '1.4.2'
0 commit comments