v1.11.0
Feature changes
- Clean up dependency management by @michaelosthege in #74
- Align
wash_scheme=None
signature and insertW;
in Evo case by @michaelosthege in #79- 🐛 Fixes the
transfer
method signatures to align betweenBaseWorklist
,EvoWorklist
,FluentWorklist
. - ✨ New
Worklist(diti_mode=True|False)
was introduced to switch toW;
-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.
- One of
- 🐛 Fixes the
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