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 11Notable Changes in OpenSlide Python
22===================================
33
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+
413Version 1.1.0, 2015-04-20
514 * Improve pixel read performance using optional extension module
615 * examples: Add scale bar via OpenSeadragonScalebar plugin
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__ = u'1.1.0 '
25+ __version__ = u'1.1.1 '
You can’t perform that action at this time.
0 commit comments