We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b3397 commit 004dc9fCopy full SHA for 004dc9f
2 files changed
CHANGELOG.txt
@@ -1,6 +1,14 @@
1
Notable Changes in OpenSlide Python
2
===================================
3
4
+Version 1.1.0, 2015-04-20
5
+ * Improve pixel read performance using optional extension module
6
+ * examples: Add scale bar via OpenSeadragonScalebar plugin
7
+ * examples: Update OpenSeadragon to 1.2.1
8
+ * examples: Enable rotation buttons in multiserver
9
+ * examples: Verify at server startup that file was specified
10
+ * examples: Disable pinch zoom outside of viewer
11
+
12
Version 1.0.1, 2014-03-09
13
* Fix documentation build breakage
14
openslide/_version.py
@@ -22,4 +22,4 @@
22
This module is an implementation detail. The package version should be
23
obtained from openslide.__version__."""
24
25
-__version__ = u'1.0.1'
+__version__ = u'1.1.0'
0 commit comments