File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-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 0.5.0, 2014-01-25
5
+ * Require OpenSlide 3.4.0
6
+ * Support Python 3
7
+ * Return Unicode strings on Python 2
8
+ * Replace OpenSlide.can_open() with OpenSlide.detect_format()
9
+ * Optionally generate Deep Zoom tiles only for the non-empty slide region
10
+ * Fix Deep Zoom tile positioning bug affecting Aperio slides
11
+ * Fix library loading with MacPorts
12
+ * Propagate open errors from openslide.open_slide()
13
+ * examples: Add multiple-slide Deep Zoom server
14
+ * examples: Enable multithreading in tile servers
15
+ * examples: Avoid loading smallest Deep Zoom levels
16
+ * examples: Update OpenSeadragon to 1.0.0
17
+
4
18
Version 0.4.0, 2012-09-08
5
19
* Require OpenSlide 3.3.0
6
20
* Rename "layer" to "level" throughout API
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'0.4 .0'
25
+ __version__ = u'0.5 .0'
You can’t perform that action at this time.
0 commit comments