Skip to content

(6 May 2020, @ankostis): minor reschedule fixes and refactoring

Choose a tag to compare

@ankostis ankostis released this 06 May 21:02
· 645 commits to master since this release
v7.1.2

Actually it contains just what was originally planned for v7.1.1.

  • FIX(op): v7.0.0 promise that op.__call__ delegates to compute() was a fake;
    now it is fixed.
  • fix(config): endurance flags were miss-behaving.
  • refact(net): factor out a :meth:._reschedule() method for both endurance & rescheduled ops.
  • feat(build): +script to launch pytest on a local clone repo before pushing.