File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
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 1.0.0, 2014-03-09
5
+ * Add documentation
6
+ * Switch from distutils to setuptools
7
+ * Declare Pillow dependency in setup.py (but still support PIL)
8
+
4
9
Version 0.5.1, 2014-01-26
5
10
* Fix breakage on Python 2.6
6
11
* examples: Fix tile server breakage on classic PIL
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.5.1 '
25
+ __version__ = u'1.0.0 '
Original file line number Diff line number Diff line change 20
20
keywords = 'openslide whole-slide image virtual slide library' ,
21
21
url = 'http://openslide.org/' ,
22
22
classifiers = [
23
- 'Development Status :: 4 - Beta ' ,
23
+ 'Development Status :: 5 - Production/Stable ' ,
24
24
'Intended Audience :: Developers' ,
25
25
'Intended Audience :: Healthcare Industry' ,
26
26
'Intended Audience :: Science/Research' ,
You can’t perform that action at this time.
0 commit comments