File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,12 @@ Changelog
9090%%%%%%%%%
9191
9292
93+ v8.3.1 (14 May 2020, @ankostis): plot edges from south-->north of nodes
94+ =======================================================================
95+ + ENH(plot): have all the link-edges between data and operations route out and into
96+ the same point on the nodes (src: south, dst: north).
97+ Distinguish needs edges from provides with a "dot".
98+
9399v8.3.0 (12 May 2020, @ankostis): mapped-->keyword, drop sol-finalize
94100====================================================================
95101+ BREAK: rename ``mapped --> keyword ``, which conveys the mot important meaning.
Original file line number Diff line number Diff line change 22# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
33"""Lightweight :term:`computation` graphs for Python."""
44
5- __version__ = "8.3.0 "
6- __release_date__ = "12 May 2020, 18:21 "
5+ __version__ = "8.3.1 "
6+ __release_date__ = "14 May 2020, 00:50 "
77__title__ = "graphtik"
88__summary__ = __doc__ .splitlines ()[0 ]
99__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments