Skip to content

Commit

Permalink
Merge pull request #170 from bgilbert/release
Browse files Browse the repository at this point in the history
Update for release
  • Loading branch information
bgilbert authored Jun 18, 2022
2 parents ab9c6e1 + df3aea3 commit 2964aad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Notable Changes in OpenSlide Python

## Version 1.2.0, 2022-06-17

* Drop support for Python < 3.7
* Support cache customization with OpenSlide 3.5.0
* Improve pixel read performance
* Clarify exception raised on Windows or macOS when OpenSlide can't be found
* Raise `OpenSlideVersionError` when an operation requires a newer OpenSlide
* Support `pathlib.Path` in filename arguments
* Fix Pillow `Image.ANTIALIAS` deprecation warning
* docs: Add detailed installation instructions
* docs: Convert `README` and `CHANGELOG` to Markdown
* examples: Share cache among all multiserver slides, if supported
* examples: Fix `deepzoom_tile.py --viewer` with Jinja 3.x
* examples: Read OpenSlide DLL path from `OPENSLIDE_PATH` env var on Windows
* examples: Update OpenSeadragon to 3.0.0

## Version 1.1.2, 2020-09-13

* Fix install with setuptools ≥ 46
Expand Down Expand Up @@ -66,7 +82,7 @@

## Version 0.3.0, 2011-12-16

* Fix segfault if properties/associated images accessed after OpenSlide
* Fix segfault if properties/associated images accessed after `OpenSlide`
is closed
* Add methods to get Deep Zoom tile coordinates and dimensions
* Fix loading libopenslide on Windows
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.1.2'
__version__ = '1.2.0'

0 comments on commit 2964aad

Please sign in to comment.