File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changes in Version 1.1.0:
2+ - docstring updated
3+ - validation of arguments that are passed to corrupt()
4+ - bugfix: motion_blur now works on small images
5+
16# Changes in Version 1.0.0:
27- all corruption functions accept images with arbitrary dimensions and aspect ratios
38- corruption functions that convert the image to a byte-object will now also work for grayscale images
Original file line number Diff line number Diff line change 66
77setuptools .setup (
88 name = "imagecorruptions" ,
9- version = "1.0 .0" ,
9+ version = "1.1 .0" ,
1010 author = "Evgenia Rusak, Benjamin Mitzkus" ,
1111 author_email = "evgenia.rusak@bethgelab.org, benjamin.mitzkus@bethgelab.org" ,
1212 description = "This package provides a set of image corruptions." ,
You can’t perform that action at this time.
0 commit comments