Skip to content

Commit 5467d7c

Browse files
committed
Update for release
1 parent 1a41104 commit 5467d7c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Notable 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+
413
Version 1.1.0, 2015-04-20
514
* Improve pixel read performance using optional extension module
615
* examples: Add scale bar via OpenSeadragonScalebar plugin

openslide/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
This module is an implementation detail. The package version should be
2323
obtained from openslide.__version__."""
2424

25-
__version__ = u'1.1.0'
25+
__version__ = u'1.1.1'

0 commit comments

Comments
 (0)