Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvitgar committed Oct 30, 2019
1 parent d115f1b commit d5962db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changes in Version 1.1.0:
- docstring updated
- validation of arguments that are passed to corrupt()
- bugfix: motion_blur now works on small images

# Changes in Version 1.0.0:
- all corruption functions accept images with arbitrary dimensions and aspect ratios
- corruption functions that convert the image to a byte-object will now also work for grayscale images
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="imagecorruptions",
version="1.0.0",
version="1.1.0",
author="Evgenia Rusak, Benjamin Mitzkus",
author_email="[email protected], [email protected]",
description="This package provides a set of image corruptions.",
Expand Down

0 comments on commit d5962db

Please sign in to comment.