File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Notable Changes in OpenSlide Python
2
2
===================================
3
3
4
+ Version 1.1.1, 2016-06-11
5
+ * Change default Deep Zoom tile size to 254 pixels
6
+ * Fix image reading with Pillow 3.x when installed --without-performance
7
+ * Fix reading >= 2**29 pixels per call --without-performance
8
+ * Fix some "unclosed file" ResourceWarnings on Python 3
9
+ * Improve object reprs
10
+ * Add test suite
11
+ * examples: Drop support for Internet Explorer < 9
12
+
4
13
Version 1.1.0, 2015-04-20
5
14
* Improve pixel read performance using optional extension module
6
15
* examples: Add scale bar via OpenSeadragonScalebar plugin
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__ = u'1.1.0 '
25
+ __version__ = u'1.1.1 '
You can’t perform that action at this time.
0 commit comments