File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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 &ge ; 46
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
Original file line number Diff line number Diff line change 2222This module is an implementation detail. The package version should be
2323obtained from openslide.__version__."""
2424
25- __version__ = '1.1.2 '
25+ __version__ = '1.2.0 '
You can’t perform that action at this time.
0 commit comments