Skip to content

Commit

Permalink
Graphcat version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Nov 3, 2020
1 parent c1f4081 commit f46b9b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/image-processing-case-study.ipynb

Large diffs are not rendered by default.

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
=============

Graphcat 0.5.0 - November 2, 2020
---------------------------------
* Make graphcat.notebook.display() output diagrams more compact.
* Add API to test whether the graph contains a task with a given name.
* Deprecated graphcat.ExpressionTask in favor of graphcat.Graph.set_expression().
* Clarify the graphcat.clearn_links documentation.
* Added graphcat.passthrough() for temporarily disabling tasks.

Graphcat 0.4.0 - October 15, 2020
---------------------------------
* Added graphcat.Graph.clear_links().
Expand Down
2 changes: 1 addition & 1 deletion graphcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Functionality for managing and executing computational graphs.
"""

__version__ = "0.5.0-dev"
__version__ = "0.5.0"

import collections
import enum
Expand Down

0 comments on commit f46b9b4

Please sign in to comment.