Skip to content

v1.8.0

Compare
Choose a tag to compare
@michaelosthege michaelosthege released this 27 Nov 13:13
· 65 commits to master since this release
6e12afb

What's Changed

  • ⚙️ Loggers are now named by the module they originate from.
  • ⚙️Worklists were heavily refactored by @michaelosthege in #50 and #51
    • 🚚 A lot of code was moved around on the inside.
    • ⚙️ Worklist class was split into three:
      • 🆕 BaseWorklist which does not support model-specific methods
      • 🆕 EvoWorklist with the same API as before
      • 🆕 FluentWorklist which is not yet implemented
    • ⚠️ Worklist() was deprecated and should be replaced by either of the above, as instructed by the DeprecationWarning.

Full Changelog: v1.7.3...v1.8.0