Skip to content

Commit ed3c50d

Browse files
committed
Update for release
1 parent eac87ce commit ed3c50d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Notable Changes in OpenSlide Python
22
===================================
33

4+
Version 0.3.0, 2011-12-16
5+
* Fix segfault if properties/associated images accessed after
6+
OpenSlide is closed
7+
* Add methods to get Deep Zoom tile coordinates and dimensions
8+
* Fix loading libopenslide on Windows
9+
* Fix for large JPEG tiles in example Deep Zoom tilers
10+
* Make example static tiler output self-contained
11+
412
Version 0.2.0, 2011-09-02
513
* Initial library release
614
* Example static Deep Zoom tiler and web viewer applications

openslide/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
This module is an implementation detail. The package version should be
2323
obtained from openslide.__version__."""
2424

25-
__version__ = '0.2.0'
25+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)