@@ -43,13 +43,15 @@ Graphtik Changelog
4343
4444 - DROPPED
4545
46- - [- ] Solution-retriever modifier;
46+ - [X ] Solution-retriever modifier;
4747 WONTFIX: easier and more generic to access solution from Op-context.
4848 REINSTATED to support simple conveyor belts from json-pointer paths.
49- - [- ] `solution.executed ` pre-populated with all operations
50- - [- ] parallel batches restart from last position in steps
51- - [- ] covert custom op classes & modifiers directly into mergeable networkx graphs;
49+ - [X ] `solution.executed ` pre-populated with all operations
50+ - [X ] parallel batches restart from last position in steps
51+ - [X ] covert custom op classes & modifiers directly into mergeable networkx graphs;
5252 WONTFIX bc foreign function would not work with merged deps.
53+ - [X] conditionals
54+ WONTFIX bc it permits pipelines with too complex execution flow to debug.
5355
5456 - v9.0.0
5557 - [X] Accept jsonp inputs & outputs,
@@ -77,10 +79,26 @@ Changelog
7779%%%%%%%%%
7880
7981
82+ v9.3.0 (8 Jul 2020, @ankostis): Sphinx AutoDocumenter; fix plot sfx-nodes
83+ =========================================================================
84+ - FIX/FEAT(SPHINXEXT): so far, :func: `.operation `-annotated module functions were
85+ excluded from generated sites. Until the installed *autodoc * function-documenter
86+ was instructed how to render the wrapped function in place of the wrapping
87+ ``FnOp ``:
88+
89+ - fix(fnop, pipeline): wrapped function attributes are conveyed to wrapping `FnOp `.
90+
91+ - FIX(plot): sideffect templates were left broken by recent privatization
92+ of modifier fields; add x2 Jinja-filters encapsulating the access to these fields.
93+ - fix(op): fully fake callables by attaching a ``__qualname__ `` property on operations;
94+ also teach :func: `.func_name() ` not to choke if ``__qualname__ `` missing.
95+
96+
8097v9.2.0 (4 Jul 2020, @ankostis): Drop MultiValueError
81- ====================================================
98+ ----------------------------------------------------
8299Delayed raising of needs errors hindered debug.
83100
101+
84102v9.1.0 (4 Jul 2020, @ankostis): Bugfix, panda-polite, privatize modifier fields
85103===============================================================================
86104- BREAK(modifier): privatize all :class: `._Modifier ` properties; it is uncanny
0 commit comments