Skip to content

Commit

Permalink
Imagecat version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Nov 23, 2020
1 parent 6deda09 commit 0eb3a10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Release Notes
=============

Imagecat 0.2.0 - November 23, 2020
----------------------------------

* Move functionality for image conversion to the imagecat.data module.
* Add scaling support to imagecat.operator.composite().
* Add control over the reconstruction kernel in imagecat.operator.composite().
* Made the mask input optional for imagecat.operator.composite().

Imagecat 0.1.0 - November 13, 2020
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion imagecat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""Image processing functionality based on Graphcat computational graphs, http://graphcat.readthedocs.io.
"""

__version__ = "0.2.0-dev"
__version__ = "0.2.0"

import itertools
import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Software Development :: Libraries :: Python Modules",
],
description="Simple, flexible tools for procedural image editing.",
description="Flexible, high-quality tools for procedural image editing.",
install_requires=[
"Pillow>=8.0.0",
"graphcat>=0.8.0",
Expand Down

0 comments on commit 0eb3a10

Please sign in to comment.