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 11Notable Changes in OpenSlide Python
22===================================
33
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+
49Version 0.5.1, 2014-01-26
510 * Fix breakage on Python 2.6
611 * examples: Fix tile server breakage on classic PIL
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.5.1 '
25+ __version__ = u'1.0.0 '
Original file line number Diff line number Diff line change 2020 keywords = 'openslide whole-slide image virtual slide library' ,
2121 url = 'http://openslide.org/' ,
2222 classifiers = [
23- 'Development Status :: 4 - Beta ' ,
23+ 'Development Status :: 5 - Production/Stable ' ,
2424 'Intended Audience :: Developers' ,
2525 'Intended Audience :: Healthcare Industry' ,
2626 'Intended Audience :: Science/Research' ,
You can’t perform that action at this time.
0 commit comments