File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ https://github.com/pygraphkit/graphtik/releases
1515Changelog
1616%%%%%%%%%
1717
18+ v5.5.0 (1 Apr 2020, @ankostis): ortho plots
19+ ===========================================
20+ Should have been a major bump due to breaking rename of ``Plotter `` class,
21+ but...no clients yet.
22+
23+ + ENH(plot): plot edges in grapos with `Graphviz `_ ``splines=ortho ``.
24+ + REFACT(plot): rename base class from ``Plotter --> Plottable ``;
25+ + enh(build): add ``[dev] `` distribution extras as an alias to ``[all] ``.
26+ doc: refered to the new name from a new term in glossary.
27+ + enh(site): put RST substitutions in :confval: `rst_epilog ` configuration
28+ (instead of importing them from README's tails).
29+ + doc(quickstart): exemplify ``@operation `` as a decorator.
30+
31+
1832v5.4.0 (29 Mar 2020, @ankostis): auto-name ops, dogfood quickstart
1933==================================================================
2034+ enh(op): use func_name if none given.
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__ = "5.4 .0"
6- __release_date__ = "29 Mar 2020, 04:20 "
5+ __version__ = "5.5 .0"
6+ __release_date__ = "1 Apr 2020, 15:10 "
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