Skip to content

Commit ac23e68

Browse files
committed
CHORE(VER): bump 3.0.0-->3.1.0; CHANGES (fix prev rel-date)
1 parent 0474682 commit ac23e68

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ TODO
66
====
77
See :gg:`1`.
88

9+
v3.1.0 (6 Dec 2019, @ankostis): cooler ``prune()``
10+
==================================================
11+
- break/refact(NET): scream on ``plan.execute()`` (not ``net.prune()``)
12+
so as calmly solve `needs` vs `provides`, based on the given `inputs`/`outputs`.
13+
- FIX(ot): was failing when plotting graphs with ops without `fn` set.
14+
- enh(net): minor fixes on assertions.
915

10-
v3.0.0 (27 Nov 2019, @ankostis): UNVARYING NetOperations, narrowed, API refact
16+
17+
v3.0.0 (2 Dec 2019, @ankostis): UNVARYING NetOperations, narrowed, API refact
1118
===============================================================================
1219
+ NetworkOperations:
1320

graphtik/__init__.py

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

55
__author__ = "hnguyen"
6-
__version__ = "3.0.0"
7-
__release_date__ = "2 Dec 2019, 17:25"
6+
__version__ = "3.1.0"
7+
__release_date__ = "6 Dec 2019, 22:28"
88
__license__ = "Apache-2.0"
99
__title__ = "graphtik"
1010
__summary__ = __doc__.splitlines()[0]

0 commit comments

Comments
 (0)