Skip to content

Commit d5962db

Browse files
committed
Version 1.1
1 parent d115f1b commit d5962db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.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.",

0 commit comments

Comments
 (0)