File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,15 @@ Changelog
8686%%%%%%%%%
8787
8888
89- v10.1.0 (XX Jul 2020, @ankostis): Step number badges
90- ----------------------------------------------------
89+ v10.1.0 (5 Aug 2020, @ankostis): rename return-dict outs; step number badges
90+ ----------------------------------------------------------------------------
91+
92+ FEAT(op): :func: `.keyword ` modifier can rename outputs of a :term: `returns dictionary `
93+ function.
94+
95+ + fix: rescheduled function err-msg were listing wrong missing provides.
96+ + enh: err-msg did not list returns-dict mismatches.
97+
9198+ ENH(plot): add number badges on operations & data nodes to denote execution order;
9299 theme ``show_steps=False `` can hide them;
93100
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__ = "10.1.0.dev2 "
6- __release_date__ = "4 Aug 2020, 15:5 "
5+ __version__ = "10.1.0"
6+ __release_date__ = "5 Aug 2020, 14:02 "
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