File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ Changelog
8888%%%%%%%%%
8989
9090
91- v8.3.0.dev0 (XX May 2020, @ankostis): drop sol-finalize
92- =======================================================
91+ v8.3.0.dev0 (12 May 2020, @ankostis): mapped-->keyword, drop sol-finalize
92+ =========================================================================
9393+ BREAK: rename ``mapped --> keyword ``, which conveys the mot important meaning.
9494+ DROP Solution.finalized() method -- has stopped being used to reverse values
9595 since sfxed have been introduced (v7+).
96-
96+ + doc(modifiers): explain :term: ` diacritic ` symbols of dependencies when in printouts.
9797
9898v8.2.0 (11 May 2020, @ankostis): custom Solutions, Task-context
9999===============================================================
Original file line number Diff line number Diff line change 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.2 .0"
6- __release_date__ = "11 May 2020, 20:27 "
5+ __version__ = "8.3 .0"
6+ __release_date__ = "12 May 2020, 18:21 "
77__title__ = "graphtik"
88__summary__ = __doc__ .splitlines ()[0 ]
99__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments