File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,16 @@ Changelog
8686%%%%%%%%%
8787
8888
89+ v7.1.1 (5 May 2020, @ankostis): minor reschedule fixes and refactoring
90+ ----------------------------------------------------------------------
91+ + FIX(op): v7.0.0 promise that ``op.__call__ `` delegates to ``compute() `` was a fake;
92+ now it is fixed.
93+ + fix(config): endurance flags were miss-behaving.
94+ + refact(net): factor out a :meth: `._reschedule() ` method for both endurance & rescheduled ops.
95+ + feat(build): +script to launch pytest on a local clone repo before pushing.
96+
97+
98+
8999v7.1.0 (4 May 2020, @ankostis): Cancelable sideffects, theme-ize & expand everything
90100====================================================================================
91101|v440-flowchart |
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.0 "
6- __release_date__ = "4 May 2020, 03:27 "
5+ __version__ = "7.1.1 "
6+ __release_date__ = "5 May 2020, 01:30 "
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