Skip to content

v1.12.0

Choose a tag to compare

@michaelosthege michaelosthege released this 13 May 12:13
· 24 commits to master since this release

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,B01 instead of A01,A01,B01,B01 when partitioning. This increases efficiency in common trough-pipetting situations.
    • ⚙️ Type hinting and code style improvements.

New Contributors

  • @lisaa2504 made their first contribution in #99

Full Changelog: v1.11.4...v1.12.0