Skip to content

Commit d0e84b0

Browse files
committed
chore(VER) bump v10.2.0->v10.2.1; CHANGES
1 parent 9679440 commit d0e84b0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Graphtik Changelog
4141
- [ ] FEAT: ``compute(solution, recompute_from=["input_1"], recompute_till="output_1"])``
4242
- [ ] fix: FnOp.compute() should (or should not?) accept Pipeline.compute() args.
4343
- [ ] REFACT/FEAT/ENH: Autograph functions by annotating
44+
- [ ] REFACT: move GitHub organization `pygraphkit --> pygraphtik`
4445

4546
- plot:
4647

@@ -91,6 +92,13 @@ Changelog
9192
%%%%%%%%%
9293

9394

95+
v10.2.1 (18 Sep 2020, @ankostis): plot sol bugfix
96+
-------------------------------------------------
97+
+ FIX(PLOT): passing simple dictionaries into ``plot(solution=...)``` were crashing.
98+
99+
+ enh(plot): use also a different label (not only format) to distinguish sfx/sfxed in plots.
100+
101+
94102
v10.2.0 (16 Sep 2020, @ankostis): RECOMPUTE, pre-callback, drop `op_xxx`, ops-eq-op.name, drop NULL_OP
95103
------------------------------------------------------------------------------------------------------
96104
Should have been a "major" release, but x2 breaks are that important.

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__ = "10.2.0"
6-
__release_date__ = "16 Aug 2020, 12:15"
5+
__version__ = "10.2.1"
6+
__release_date__ = "18 Aug 2020, 01:44"
77
__title__ = "graphtik"
88
__summary__ = __doc__.splitlines()[0]
99
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)