Skip to content

Commit

Permalink
BLD Release 0.6
Browse files Browse the repository at this point in the history
Full ChangeLog

	* Add `supports_format` function
	* Make png compression level tunable when calling imsave
	* Add imsave_multi
	* Add partial support for reading PNG files in Gray+alpha format
  • Loading branch information
luispedro committed Sep 21, 2016
1 parent 0869ce1 commit d1dda96
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.5.1+
Version 0.6 2016-09-21 by luispedro
* Add `supports_format` function
* Make png compression level tunable when calling imsave
* Add imsave_multi
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ bug reports will not be considered as very high priority.
History
~~~~~~~

Version 0.6 (2016-09-21)
--------------------------
- Add `supports_format` function
- Make png compression level tunable when calling imsave
- Add imsave_multi
- Add partial support for reading PNG files in Gray+alpha format


Version 0.5.1 (2014-11-06)
--------------------------
- Improve tests to work after installation
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# from imread import __version__ as imread_version

imread_version = '0.5.1+git'
imread_version = '0.6'
import sys, os

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
8 changes: 8 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

Version 0.6 (2016-09-21)
--------------------------
- Add `supports_format` function
- Make png compression level tunable when calling imsave
- Add imsave_multi
- Add partial support for reading PNG files in Gray+alpha format


Version 0.5.1 (2014-11-06)
--------------------------
- Improve tests to work after installation
Expand Down
2 changes: 1 addition & 1 deletion imread/imread_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1+git'
__version__ = '0.6'

0 comments on commit d1dda96

Please sign in to comment.