Skip to content

Commit b3e7848

Browse files
committed
chore(VER): bump v5.7.0-->5.7.1; CHANGES; Spell skips
1 parent 37535e5 commit b3e7848

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1933
v5.7.0 (6 Apr 2020, @ankostis): FIX +SphinxExt in Wheel
2034
=======================================================
2135

docs/source/spelling_wordlist.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ confval
2626
conv
2727
cordero
2828
cstor
29+
ctxt
2930
dataframes
3031
datanodes
3132
dcore
@@ -44,6 +45,7 @@ figwidth
4445
filtdict
4546
fname
4647
fpath
48+
functools
4749
garrigues
4850
genindex
4951
graphkit
@@ -73,9 +75,11 @@ jetsamed
7375
jupy
7476
jupyter
7577
kwargs
78+
maplotlib
7679
marshalled
7780
marshalling
7881
matplolib
82+
matplot
7983
mpimg
8084
msgs
8185
multithread
@@ -104,12 +108,14 @@ opsattrs
104108
optionalize
105109
ortho
106110
outp
111+
overridable
107112
overwriting
108113
pdfs
109114
pdot
110115
pext
111116
plotly
112117
plottable
118+
plottables
113119
pngs
114120
pumpikano
115121
pydot
@@ -129,6 +135,7 @@ resched
129135
rescheduler
130136
restruct
131137
robwhess
138+
sdist
132139
sideffect
133140
sideffects
134141
sidefx
@@ -164,4 +171,3 @@ writtable
164171
xfail
165172
xlib
166173
zoomable
167-
functools

graphtik/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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"

0 commit comments

Comments
 (0)