File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ Changelog
1616%%%%%%%%%
1717
1818
19+ v5.7.1 (7 Apr 2020, @ankostis): Plot job, fix RTD deps
20+ ======================================================
21+ + ENH(PLOT): Operation tooltips now show function sources.
22+ + FIX(site): RTD failing since 5.6.0 due to `sphinxcontrib-spelling ` extension
23+ not included n its requirements.
24+ + FEAT(sphinxext): add :confval: `graphtik_plot_keywords ` sphinx-configuration
25+ with a default value that suppresses grafting the title of a netop in the images,
26+ to avoid duplication when :rst:dir: `graphtik:name: <graphtik> ` option is given.
27+ + enh(plot): URL/tooltips are now overridable with node_props
28+ + enh(sphinxext): permalink plottables with `:name: ` option.
29+ + enh(plot): pan-zoom follows parent container block, on window resize;
30+ reduce zoom mouse speed.
31+
32+
1933v5.7.0 (6 Apr 2020, @ankostis): FIX +SphinxExt in Wheel
2034=======================================================
2135
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ confval
2626conv
2727cordero
2828cstor
29+ ctxt
2930dataframes
3031datanodes
3132dcore
@@ -44,6 +45,7 @@ figwidth
4445filtdict
4546fname
4647fpath
48+ functools
4749garrigues
4850genindex
4951graphkit
@@ -73,9 +75,11 @@ jetsamed
7375jupy
7476jupyter
7577kwargs
78+ maplotlib
7679marshalled
7780marshalling
7881matplolib
82+ matplot
7983mpimg
8084msgs
8185multithread
@@ -104,12 +108,14 @@ opsattrs
104108optionalize
105109ortho
106110outp
111+ overridable
107112overwriting
108113pdfs
109114pdot
110115pext
111116plotly
112117plottable
118+ plottables
113119pngs
114120pumpikano
115121pydot
@@ -129,6 +135,7 @@ resched
129135rescheduler
130136restruct
131137robwhess
138+ sdist
132139sideffect
133140sideffects
134141sidefx
@@ -164,4 +171,3 @@ writtable
164171xfail
165172xlib
166173zoomable
167- functools
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__ = "5.7.0 "
6- __release_date__ = "6 Apr 2020, 15:32 "
5+ __version__ = "5.7.1 "
6+ __release_date__ = "7 Apr 2020, 9:20 "
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