File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Notable Changes in OpenSlide Python
2
2
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
+
3
19
## Version 1.1.2, 2020-09-13
4
20
5
21
* Fix install with setuptools &ge ; 46
Original file line number Diff line number Diff line change 22
22
This module is an implementation detail. The package version should be
23
23
obtained from openslide.__version__."""
24
24
25
- __version__ = '1.1.2 '
25
+ __version__ = '1.2.0 '
You can’t perform that action at this time.
0 commit comments