File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Notable Changes in OpenSlide Python
22
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+
318## Version 1.2.0, 2022-06-17
419
520* Drop support for Python < ; 3.7
Original file line number Diff line number Diff line change @@ -346,6 +346,8 @@ Exceptions
346346 Subclass of :exc: `OpenSlideError `.
347347
348348
349+ .. _wrapping-a-pil-image :
350+
349351Wrapping a Pillow Image
350352=======================
351353
Original file line number Diff line number Diff line change 2222This module is an implementation detail. The package version should be
2323obtained from openslide.__version__."""
2424
25- __version__ = '1.2 .0'
25+ __version__ = '1.3 .0'
You can’t perform that action at this time.
0 commit comments