@@ -77,13 +77,29 @@ Changelog
7777%%%%%%%%%
7878
7979
80+ v9.1.0 (4 Jul 2020, @ankostis): Bugfix, panda-polite, privatize modifier fields
81+ ===============================================================================
82+ - BREAK(modifier): privatize all :class: `._Modifier ` properties; it is uncanny
83+ for a str to have more public attributes.
84+ - fix: avoid equality checks on results, to avoid pandas notorious
85+ "The truth value of a Series/DataFrame is ambiguous."
86+ - break(plot): Rename theme property ``include_steps => show_steps ``.
87+ - feat(plot): new theme property ``show_chaindocs `` by default false,
88+ that when enabled, plots all nodes in the subdoc hierarchy (even if those
89+ not used as deps), like this::
90+
91+ pipeline.plot(theme={"show_chaindocs": True})
92+
93+ - fix(plot): returns-dictionary op-badge had broken url.
94+
95+
8096v9.0.0 (30 Jun 2020, @ankostis): JSONP; net, evictions & sfxed fixes; conveyor fn; rename modules
8197=================================================================================================
8298+ FEAT(modifier): Dependencies with :term: `json pointer path ` that can read/write
8399 :term: `subdoc `\s (e.g. nested dicts & pandas).
84100
85101 + feat(config): added :func: `set_layered_solution() ` into :term: `configurations `
86- which when True (or *jsnops * in the network if None (default)) all results
102+ which when True (or *jsonps * in the network if None (default)) all results
87103 are stored in the given inputs to the pipeline
88104 (this may become the regular behavior in the future).
89105 + feat(modifier, solution): +modifier with accessor functions to read/write Solution.
0 commit comments