Skip to content

v1.11.0

Compare
Choose a tag to compare
@michaelosthege michaelosthege released this 19 Jul 14:51
· 9 commits to master since this release

Feature changes

  • Clean up dependency management by @michaelosthege in #74
  • Align wash_scheme=None signature and insert W; in Evo case by @michaelosthege in #79
    • 🐛 Fixes the transfer method signatures to align between BaseWorklist, EvoWorklist, FluentWorklist.
    • ✨ New Worklist(diti_mode=True|False) was introduced to switch to W;-only wash schemes when using DiTis
    • transfer(wash_scheme=...) options changed such that:
      • One of {1, 2, 3, 4} selects a wash scheme for fixed tips, or drops tips when using DiTis.
      • "flush" blows out tips, but does not drop DiTis, and only does a short wash with fixed tips.
      • "reuse" continues pipetting without flushing, dropping or washing.
      • Passing wash_scheme=None is deprecated, because it resulted in "flush" for Fluent and "reuse" for EVO worklists.

What's Changed

  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #73
  • Bump contributor-assistant/github-action from 2.3.2 to 2.4.0 by @dependabot in #72
  • Bump codecov/codecov-action from 4.3.1 to 4.4.1 by @dependabot in #75
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #76

Full Changelog: v1.10.1...v1.11.0