Skip to content

Releases: JuBiotech/robotools

v1.11.2

29 Oct 12:01
a0126d9
Compare
Choose a tag to compare

What's Changed

  • Bump contributor-assistant/github-action from 2.5.1 to 2.6.0 by @dependabot in #82
  • Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 by @dependabot in #83
  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #84
  • Allow waste_vol and cleaner_vol to be float or int (bug fix) by @luisawachtendonk in #85

New Contributors

Full Changelog: v1.11.1...v1.11.2

v1.11.1

15 Sep 11:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

19 Jul 14:51
Compare
Choose a tag to compare

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

v1.10.1

26 Apr 18:22
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #67
  • Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #68
  • Modernize documentation build and feel by @michaelosthege in #69
    • 🆕 Introduced VolumeViolationException as a supertype of under- and overflow errors.
  • Update documentation with details about EVO/Fluent differences by @michaelosthege in #70

Full Changelog: v1.10.0...v1.10.1

v1.10.0

05 Apr 15:32
Compare
Choose a tag to compare

What's Changed

  • Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #63
  • Bump contributor-assistant/github-action from 2.3.1 to 2.3.2 by @dependabot in #64
  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #66
  • Refactor how well position numbers are calculate to be Fluent-trough compatible by @michaelosthege in #65
    • ⚠️ Labware.positions was deprecated and emits a DeprecationWarning when used.
    • ℹ️ The value of Trough(..., virtual_rows=...) will not be relevant for operations in FluentWorklist moving forward.

Full Changelog: v1.9.1...v1.10.0

v1.9.1

13 Feb 13:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

16 Jan 17:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

27 Nov 13:13
6e12afb
Compare
Choose a tag to compare

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

v1.7.3

07 Nov 15:40
08af830
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

18 Jul 14:03
8c1e4d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2