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 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
66
82
67
83
## Version 0.3.0, 2011-12-16
68
84
69
- * Fix segfault if properties/associated images accessed after OpenSlide
85
+ * Fix segfault if properties/associated images accessed after ` OpenSlide `
70
86
is closed
71
87
* Add methods to get Deep Zoom tile coordinates and dimensions
72
88
* Fix loading libopenslide on Windows
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