File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ Changelog
1616%%%%%%%%%
1717
1818
19+ v6.1.0 (14 Apr 2020, @ankostis): config plugs & fix styles
20+ ==========================================================
21+ Should have been a major bump due to breaking renames, but...no clients yet
22+ (and just out of to 5.x --> 6.x major bump).
23+
24+ + REFACT/BREAK(plot): rename ``installed_plotter --> active_plotter ``.
25+ + REFACT/BREAK(congfig): denote context-manager functions by adding a ``"_plugged" `` suffix.
26+ + FEAT(plot): offer ``with_XXX() `` cloning methods on Plotter/Style instances.
27+ + FIX(plot): Style cstor were had his methods broken due to eager copying them
28+ from its parent class.
29+
30+
1931v6.0.0 (13 Apr 2020, @ankostis): New Plotting Device...
2032=======================================================
2133+ ENH/REFACT(PLOT):
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__ = "6.0 .0"
6- __release_date__ = "13 Apr 2020, 17:04 "
5+ __version__ = "6.1 .0"
6+ __release_date__ = "14 Apr 2020, 20:00 "
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