Skip to content

Commit 2964aad

Browse files
authored
Merge pull request #170 from bgilbert/release
Update for release
2 parents ab9c6e1 + df3aea3 commit 2964aad

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Notable Changes in OpenSlide Python
22

3+
## Version 1.2.0, 2022-06-17
4+
5+
* Drop support for Python < 3.7
6+
* Support cache customization with OpenSlide 3.5.0
7+
* Improve pixel read performance
8+
* Clarify exception raised on Windows or macOS when OpenSlide can't be found
9+
* Raise `OpenSlideVersionError` when an operation requires a newer OpenSlide
10+
* Support `pathlib.Path` in filename arguments
11+
* Fix Pillow `Image.ANTIALIAS` deprecation warning
12+
* docs: Add detailed installation instructions
13+
* docs: Convert `README` and `CHANGELOG` to Markdown
14+
* examples: Share cache among all multiserver slides, if supported
15+
* examples: Fix `deepzoom_tile.py --viewer` with Jinja 3.x
16+
* examples: Read OpenSlide DLL path from `OPENSLIDE_PATH` env var on Windows
17+
* examples: Update OpenSeadragon to 3.0.0
18+
319
## Version 1.1.2, 2020-09-13
420

521
* Fix install with setuptools ≥ 46
@@ -66,7 +82,7 @@
6682

6783
## Version 0.3.0, 2011-12-16
6884

69-
* Fix segfault if properties/associated images accessed after OpenSlide
85+
* Fix segfault if properties/associated images accessed after `OpenSlide`
7086
is closed
7187
* Add methods to get Deep Zoom tile coordinates and dimensions
7288
* Fix loading libopenslide on Windows

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.1.2'
25+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)