Releases: JuBiotech/robotools
Releases · JuBiotech/robotools
v1.11.2
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
- @luisawachtendonk made their first contribution in #85
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 by @dependabot in #80
- Fix selection codes for plates with >15 rows by @michaelosthege in #81
Full Changelog: v1.11.0...v1.11.1
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
v1.10.1
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.
- 🆕 Introduced
- Update documentation with details about EVO/Fluent differences by @michaelosthege in #70
Full Changelog: v1.10.0...v1.10.1
v1.10.0
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 aDeprecationWarning
when used.- ℹ️ The value of
Trough(..., virtual_rows=...)
will not be relevant for operations inFluentWorklist
moving forward.
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
- Polished various signatures and type hints by @michaelosthege in #61
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- 🆙 Bump actions/setup-python from 4 to 5 by @dependabot in #52
- ✔ Add CLA and cla-assistant workflow by @michaelosthege in #53
- 🚚 Moved code to align with split-up worklist code & avoid deprecation warnings by @michaelosthege in #54
- 🎇 Implemented
FluentWorklist.transfer
method by @michaelosthege in #57 & updated README.md to mention Fluent by @kosonocky in #58
Full Changelog: v1.8.0...v1.9.0
v1.8.0
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 theDeprecationWarning
.
Full Changelog: v1.7.3...v1.8.0
v1.7.3
What's Changed
- Add dependabot and update GitHub Actions by @michaelosthege in #45
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #46
- Bump actions/checkout from 3 to 4 by @dependabot in #47
⚠️ Fixed a bug in the string-representation of dilution plans involving serial dilutions by @michaelosthege in #49
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Fixes around EVO pipetting comands by @Y0dler in #44
- Make
Worklist
acceptPath
objects by @michaelosthege in #43
Full Changelog: v1.7.1...v1.7.2