Skip to content

Commit 72d6651

Browse files
authored
Merge pull request #217 from bgilbert/release
Update for release
2 parents ff48873 + 66b8b84 commit 72d6651

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-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.3.0, 2023-07-22
4+
5+
* Support new soname in OpenSlide ≥ 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 ≥ 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

doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ Exceptions
346346
Subclass of :exc:`OpenSlideError`.
347347

348348

349+
.. _wrapping-a-pil-image:
350+
349351
Wrapping a Pillow Image
350352
=======================
351353

openslide/_version.py

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

25-
__version__ = '1.2.0'
25+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)