File tree Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 22Graphtik Changelog
33##################
44
5- TODO
6- ====
5+ TODOs
6+ %%%%%
77See :gg: `1 `.
88
9+ GitHub Releases
10+ %%%%%%%%%%%%%%%
11+
12+ https://github.com/pygraphkit/graphtik/releases
13+
14+ Changelog
15+ %%%%%%%%%
16+
17+ v4.2.0 ( Dec 2019, @ankostis): ENDURED Execution
18+ =================================================
19+ + FEAT(NET): when :func: `.set_endure_execution ` configuration is set to true,
20+ a :term: `netop ` will keep on calculating solution, skipping any operations
21+ downstream from failed ones. The :term: `solution ` eventually collects all failures
22+ in :attr: `.Solution.failures `.
23+
24+ + ENH(DOC,plot): Links in Legend and :ref: `arch ` Workflow SVGs now work,
25+ and delegate to *architecture * terms.
26+
27+ + ENH(plot): mark :term: `overwrites `, *failed * & *canceled * (see :term: `endurance `).
28+
29+ + refact(conf): fully rename confguration opetion ``skip_evictions ``.
30+
31+ + enh(net): improve logging.
32+
33+
934v4.1.0 (13 Dec 2019, @ankostis): ChainMap Solution for PINs, stable TOPOLOGICAL sort
1035=====================================================================================
1136|v410-flowchart |
Original file line number Diff line number Diff line change 33"""Lightweight :term:`computation` graphs for Python."""
44
55__author__ = "hnguyen, ankostis"
6- __version__ = "4.1 .0"
7- __release_date__ = "13 Dec 2019, 06:35 "
6+ __version__ = "4.2 .0"
7+ __release_date__ = "16 Dec 2019, 13:43 "
88__license__ = "Apache-2.0"
99__title__ = "graphtik"
1010__summary__ = __doc__ .splitlines ()[0 ]
You can’t perform that action at this time.
0 commit comments