v0.4.0 - Major refactor of queues
What's Changed
Redis is no longer required to run a Colmena application. We now support queues in pure Python.
- Track the sizes of messages sent to/from workers by @WardLT in #77
- Major refactor to queues by @WardLT in #79
Full Changelog: v0.3.4...v0.4.0