Skip to content

Commit

Permalink
Imagecat version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Oct 14, 2021
1 parent bd87903 commit 43d9f20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
Release Notes
=============

Imagecat 0.5.0 - March 19, 2020
Imagecat 0.6.0 - October 13, 2021
---------------------------------

* PIL reader didn't handle luma-only images correctly.
* Incorporate platform-specific regression test reference images.
* Reorganize and streamline the documentation.
* Switch from Travis-CI to GitHub Actions for continuous integration.
* Clarify where named inputs are documented.

Imagecat 0.5.0 - March 19, 2021
-------------------------------

* Cryptomatte operator works with a wider range of files, and better matches the behavior of other implementations.
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.6.0-dev"
__version__ = "0.6.0"

import itertools
import logging
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
package_data={
"imagecat": ["LeagueSpartan-SemiBold.ttf"],
},
project_urls={
"Chat": "https://imagecat.zulipchat.com",
"Coverage": "https://coveralls.io/r/shead-custom-design/imagecat",
"Documentation": "https://imagecat.readthedocs.io",
"Issue Tracker": "https://github.com/shead-custom-design/imagecat/issues",
"Regression Tests": "https://github.com/shead-custom-design/imagecat/actions",
"Source": "https://github.com/shead-custom-design/imagecat",
},
scripts=[
],
url="http://imagecat.readthedocs.io",
Expand Down

0 comments on commit 43d9f20

Please sign in to comment.