Skip to content

Commit df3aea3

Browse files
committed
Update for release
1 parent f598ac2 commit df3aea3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

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)