Skip to content

Commit 3abbb03

Browse files
committed
CHORE(VER): bump v4.1.0 --> v4.2.0; CHANGES
1 parent b09978a commit 3abbb03

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

CHANGES.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22
Graphtik Changelog
33
##################
44

5-
TODO
6-
====
5+
TODOs
6+
%%%%%
77
See :gg:`1`.
88

9+
GitHub Releases
10+
%%%%%%%%%%%%%%%
11+
12+
https://github.com/pygraphkit/graphtik/releases
13+
14+
Changelog
15+
%%%%%%%%%
16+
17+
v4.2.0 ( Dec 2019, @ankostis): ENDURED Execution
18+
=================================================
19+
+ FEAT(NET): when :func:`.set_endure_execution` configuration is set to true,
20+
a :term:`netop` will keep on calculating solution, skipping any operations
21+
downstream from failed ones. The :term:`solution` eventually collects all failures
22+
in :attr:`.Solution.failures`.
23+
24+
+ ENH(DOC,plot): Links in Legend and :ref:`arch` Workflow SVGs now work,
25+
and delegate to *architecture* terms.
26+
27+
+ ENH(plot): mark :term:`overwrites`, *failed* & *canceled* (see :term:`endurance`).
28+
29+
+ refact(conf): fully rename confguration opetion ``skip_evictions``.
30+
31+
+ enh(net): improve logging.
32+
33+
934
v4.1.0 (13 Dec 2019, @ankostis): ChainMap Solution for PINs, stable TOPOLOGICAL sort
1035
=====================================================================================
1136
|v410-flowchart|

graphtik/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""Lightweight :term:`computation` graphs for Python."""
44

55
__author__ = "hnguyen, ankostis"
6-
__version__ = "4.1.0"
7-
__release_date__ = "13 Dec 2019, 06:35"
6+
__version__ = "4.2.0"
7+
__release_date__ = "16 Dec 2019, 13:43"
88
__license__ = "Apache-2.0"
99
__title__ = "graphtik"
1010
__summary__ = __doc__.splitlines()[0]

0 commit comments

Comments
 (0)