File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Notable Changes in OpenSlide Python
2
2
3
+ ## Version 1.3.0, 2023-07-22
4
+
5
+ * Support new soname in OpenSlide &ge ; 4.0.0
6
+ * Drop support for Python 3.7
7
+ * Expose color management profiles where available
8
+ * Notate available OpenSlide functions in low-level API
9
+ * docs: Update OpenSlide 3.5.0 references to 4.0.0
10
+ * docs: Consolidate license information
11
+ * docs: Drop support for building with Sphinx < ; 1.6
12
+ * examples: Fix startup failure with Flask &ge ; 2.3.0
13
+ * examples: Transform to sRGB (with absolute colorimetric intent) by default
14
+ * examples: Update OpenSeadragon to 4.1.0
15
+ * examples: Correctly import ` openslide ` on Windows if ` OPENSLIDE_PATH ` not set
16
+ * tests: Fix ` pytest ` of installed package from source directory
17
+
3
18
## Version 1.2.0, 2022-06-17
4
19
5
20
* Drop support for Python < ; 3.7
Original file line number Diff line number Diff line change 22
22
This module is an implementation detail. The package version should be
23
23
obtained from openslide.__version__."""
24
24
25
- __version__ = '1.2 .0'
25
+ __version__ = '1.3 .0'
You can’t perform that action at this time.
0 commit comments