Skip to content

Commit f9db681

Browse files
committed
chore(VER) bump v10.4.0 -> v10.5.0; CHANGES
1 parent 890b047 commit f9db681

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGES.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

195223
v10.4.0 (9 Oct 2020, @ankostis): CWD, callbacks non-marshalled, preserve concat index-names
196224
-------------------------------------------------------------------------------------------

graphtik/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2016, Yahoo Inc.
22
# Licensed under the terms of the Apache License, Version 2.0. See the LICENSE file associated with the project for terms.
33
"""
4-
:term:`computation` graphs for Python * Pandas
4+
:term:`computation` graphs for Python & Pandas
55
66
.. import-speeds-start
77
.. tip::
@@ -24,8 +24,8 @@
2424
:func:`.plot.get_active_plotter()` configs, not imported, unless plot is needed.
2525
"""
2626

27-
__version__ = "10.4.0"
28-
__release_date__ = "9 Oct 2020, 14:20"
27+
__version__ = "10.5.0"
28+
__release_date__ = "24 Apr 2023, 18:01"
2929
__title__ = "graphtik"
3030
__summary__ = __doc__.splitlines()[0]
3131
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)