Skip to content

Commit

Permalink
Merge pull request #217 from bgilbert/release
Browse files Browse the repository at this point in the history
Update for release
  • Loading branch information
bgilbert authored Jul 22, 2023
2 parents ff48873 + 66b8b84 commit 72d6651
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Notable Changes in OpenSlide Python

## Version 1.3.0, 2023-07-22

* Support new soname in OpenSlide ≥ 4.0.0
* Drop support for Python 3.7
* Expose color management profiles where available
* Notate available OpenSlide functions in low-level API
* docs: Update OpenSlide 3.5.0 references to 4.0.0
* docs: Consolidate license information
* docs: Drop support for building with Sphinx < 1.6
* examples: Fix startup failure with Flask ≥ 2.3.0
* examples: Transform to sRGB (with absolute colorimetric intent) by default
* examples: Update OpenSeadragon to 4.1.0
* examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set
* tests: Fix `pytest` of installed package from source directory

## Version 1.2.0, 2022-06-17

* Drop support for Python < 3.7
Expand Down
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ Exceptions
Subclass of :exc:`OpenSlideError`.


.. _wrapping-a-pil-image:

Wrapping a Pillow Image
=======================

Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = '1.2.0'
__version__ = '1.3.0'

0 comments on commit 72d6651

Please sign in to comment.