We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e11b5 commit 79a9028Copy full SHA for 79a9028
CHANGELOG.txt
@@ -1,6 +1,13 @@
1
Notable Changes in OpenSlide Python
2
===================================
3
4
+Version 0.4.0, 2012-09-08
5
+ * Require OpenSlide 3.3.0
6
+ * Rename "layer" to "level" throughout API
7
+ * Provide OpenSlide version in openslide.__library_version__
8
+ * Properly report openslide_open() errors on OpenSlide 3.3.0
9
+ * Fix library loading on Mac OS X
10
+
11
Version 0.3.0, 2011-12-16
12
* Fix segfault if properties/associated images accessed after
13
OpenSlide is closed
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__ = '0.3.0'
+__version__ = '0.4.0'
0 commit comments