Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jan 26, 2014
1 parent 5cc0cf7 commit c071bc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Notable Changes in OpenSlide Python
===================================

Version 0.5.0, 2014-01-25
* Require OpenSlide 3.4.0
* Support Python 3
* Return Unicode strings on Python 2
* Replace OpenSlide.can_open() with OpenSlide.detect_format()
* Optionally generate Deep Zoom tiles only for the non-empty slide region
* Fix Deep Zoom tile positioning bug affecting Aperio slides
* Fix library loading with MacPorts
* Propagate open errors from openslide.open_slide()
* examples: Add multiple-slide Deep Zoom server
* examples: Enable multithreading in tile servers
* examples: Avoid loading smallest Deep Zoom levels
* examples: Update OpenSeadragon to 1.0.0

Version 0.4.0, 2012-09-08
* Require OpenSlide 3.3.0
* Rename "layer" to "level" throughout API
Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = u'0.4.0'
__version__ = u'0.5.0'

0 comments on commit c071bc6

Please sign in to comment.