Skip to content

Commit bb93531

Browse files
committed
chore(VER): bump v8.0.1-->v8.0.2; CHANGES
1 parent 61af677 commit bb93531

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGES.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,18 @@ Changelog
8686
%%%%%%%%%
8787

8888

89-
v8.0.1 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modifiers; invert "merge" meaning
89+
v8.0.2 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modifiers; invert "merge" meaning
9090
=============================================================================================================
91-
**--((superseded immediately v8.0.0 with just one more module restructuring)))--**
91+
**--((superseded immediately v8.0.1 & v8.0.2 with more restructurings)))--**
9292

9393
+ BREAK: restructured ``netop`` && ``network`` modules:
9494

95-
+ :mod:`.network` module was splitted into :mod:`.execution` which now
95+
+ BREAK: stopped(!) importing :mod:`.config` top-level.
96+
+ BREAK: :mod:`.network` module was splitted into :mod:`.execution` which now
9697
contains plan+solution;
97-
+ unified modules ``op`` + ``netop`` --> :mod`.composition`.
98-
+ DOC: module dependencies diagram in :doc:`reference`.
98+
+ BREAK: unified modules ``op`` + ``netop`` --> :mod`.composition`.
99+
+ DOC: module dependencies diagram in :doc:`reference`;
100+
now x60 faster ``import composition`` from 300ms --> 5ms.
99101

100102
+ BREAK: sideffect modifier functions *shortened* to :func:`.sfx` & :func:`.sfxed`.
101103

@@ -127,9 +129,9 @@ v8.0.1 (7 May 2020, @ankostis): re-MODULE; sideffect --> sfx; all DIACRITIC Modi
127129
for colored/font-size sphinx roles.
128130

129131

130-
v8.0.0 (7 May 2020, @ankostis): retracted bc found one more module restructuring
131-
--------------------------------------------------------------------------------
132-
**--((all changes above in b8.0.1 happened actually here))--**
132+
v8.0.0, v8.0.1 (7 May 2020, @ankostis): retracted bc found more restructurings
133+
------------------------------------------------------------------------------
134+
**--((all changes above in b8.0.2 happened actually in these 2 releases))--**
133135

134136

135137

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__ = "8.0.1"
6-
__release_date__ = "7 May 2020, 02:58"
5+
__version__ = "8.0.2"
6+
__release_date__ = "7 May 2020, 03:47"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)