Skip to content

v0.6.0-rc1 - coroutines RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@modrzew modrzew released this 12 Aug 11:17
· 26 commits to coroutines since this release

This is a release candidate for v0.6.0, which moves away from using 1 thread per worker in favor of using Python coroutines. v0.6.0 (final) will contain detailed release message, for now please see description of #216.

  • dropped support for Python 2.7, only Python 3.5 supported (note: last v0.5.x version should still work perfectly fine with Python 2.7)
  • coroutines!
  • new config items: NETWORK_THREADS and COMPUTE_THREADS
  • improved way of talking with database (via DatabaseProcessor)
  • more concise status window
  • workers restart from next point, rather than from square 1
  • some fixes I probably forgot about