File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,19 @@ Changelog
8686%%%%%%%%%
8787
8888
89- v7.1.1 (5 May 2020, @ankostis): minor reschedule fixes and refactoring
90- ----------------------------------------------------------------------
89+ v7.1.2 (6 May 2020, @ankostis): minor reschedule fixes and refactoring
90+ ======================================================================
91+ Actually it contains just what was destined for v7.1.1.
92+
9193+ FIX(op): v7.0.0 promise that ``op.__call__ `` delegates to ``compute() `` was a fake;
9294 now it is fixed.
9395+ fix(config): endurance flags were miss-behaving.
9496+ refact(net): factor out a :meth: `._reschedule() ` method for both endurance & rescheduled ops.
9597+ feat(build): +script to launch pytest on a local clone repo before pushing.
9698
99+ v7.1.1 (5 May 2020, @ankostis): canceled, by mistake contained features for 8.x
100+ --------------------------------------------------------------------------------
101+ (removed from PyPi/RTD, new features by mistake were removed from v7.1.2)
97102
98103
99104v7.1.0 (4 May 2020, @ankostis): Cancelable sideffects, theme-ize & expand everything
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__ = "7.1.1 "
6- __release_date__ = "5 May 2020, 01:30 "
5+ __version__ = "7.1.2 "
6+ __release_date__ = "6 May 2020, 19:59 "
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