v1.12.0
What's Changed
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot in #98
- Optimized automatic partitioning to make pipetting from troughs more efficient by @lisaa2504 in #99
- ⚠ Default
partition_by="auto"to"source"(only trough sources defaulted to"destination"before). - 🤯 Sort wells like
A01,B01,A01,B01instead ofA01,A01,B01,B01when partitioning. This increases efficiency in common trough-pipetting situations. - ⚙️ Type hinting and code style improvements.
- ⚠ Default
New Contributors
- @lisaa2504 made their first contribution in #99
Full Changelog: v1.11.4...v1.12.0