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 11Notable Changes in OpenSlide Python
22===================================
33
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+
418Version 0.4.0, 2012-09-08
519 * Require OpenSlide 3.3.0
620 * Rename "layer" to "level" throughout API
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'0.4 .0'
25+ __version__ = u'0.5 .0'
You can’t perform that action at this time.
0 commit comments