@@ -191,6 +191,34 @@ Changelog
191191%%%%%%%%%
192192:GitHub Releases: https://github.com/pygraphkit/graphtik/releases
193193
194+ v10.5.0 (25 Apr 2023, @ankostis): REVIVE project, Bump DEPS
195+ ===========================================================
196+
197+ Fix all TCs and warnings for recent dependencies.
198+
199+ + FIX(SITE): bump to latest sphinx:
200+
201+ + FIX(TCs): bumped *jinja2 *, added *MarkupSafe * and unpinned *pytest *
202+ so that all TCs run OK again with latest deps.
203+ + fix(sphinxext.TC) probably *graphviz * generates slightly different captions in SVGs.
204+ + fix: version-parsing in docs/conf.py neglected since v1.0 and
205+ manifested now as erroneously parsing pep440-version id - simplified it a lot;
206+ stop using forgotten packaging dep.
207+ + fix: ``sphinx-extlinks >= 4 `` plugin demands ``%s `` also in caption or else
208+ pytest-fails, and a warning is issued on site generation.
209+ + fix(site) docutils-0.17+ broke long substitutions like ``|version| ``;
210+ fixed it with a ``docutils.conf `` file (instead of `resorting to pinning
211+ <https://sourceforge.net/p/docutils/bugs/416/#4d3b> `_).
212+ + fix(build): unpin ``black==20.8b1 `` since it's been years since ``black `` was released
213+ and ``pip install -e[all] `` was failing when trying to build end-of-lifed ``typed-ast ``
214+ e.g. on Python3.11.
215+ + style: *black * & *isort * imports all over (with a *black * profile for the latter).
216+ + DOC: various nitpicks and diagram beauties.
217+ + DOC: add section about diffs with *schedula * project.
218+ + plot: various minor improvements.
219+ + ENH(plot) add RC-Shape badges in data-nodes
220+ + CHORE: TravisCI site lost :-( moved to **GitHub Actions **.
221+
194222
195223v10.4.0 (9 Oct 2020, @ankostis): CWD, callbacks non-marshalled, preserve concat index-names
196224-------------------------------------------------------------------------------------------
0 commit comments