Skip to content

Releases: JuBiotech/robotools

v1.7.1

27 Jun 09:44
492e2f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

21 Jun 12:51
ce92c42
Compare
Choose a tag to compare

What's Changed

  • Make evo_make_selection_array more type-robust by @michaelosthege in #39
  • Modify user-API of evo_* commands to 1-based site numbers by @michaelosthege in #40
    Site numbering in the following functions changes to 1-based numbering. The backmost site becomes site=1.
    • evo_aspirate
    • evo_dispense
    • evo_wash

Full Changelog: v1.6.1...v1.7.0

v1.6.1

07 Jun 12:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.6.1

v1.5.3

22 Mar 13:57
Compare
Choose a tag to compare

What's Changed

With this new version, the WellRandomizer class has been extended. It is now possible to perform the randomization over the entire plate mode='full' or only within a row mode='row' or column mode='column'
Full Changelog: v1.5.2...v1.5.3

v1.5.2

14 Mar 09:45
9fdf536
Compare
Choose a tag to compare

What's Changed

  • Bugfix in WellRandomizer.derandomize_wells by @LarsHalle in #30

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Mar 16:49
792ba0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

06 Feb 08:59
Compare
Choose a tag to compare

What's Changed

  • Added method and test for well randomizer by @LarsHalle in #26
  • New commands randomize_wells() and derandomize_wells() can be used to randomize and derandomize between a given ndarray of wells
  • Bump isort to fix pre-commit by @michaelosthege in #27
  • Bump to 1.5.0 by @michaelosthege in #28

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

25 Jan 13:07
aa2889b
Compare
Choose a tag to compare

New pipetting commands

The commands evo_aspirate(), evo_dispense(), and evo_wash() have been added (plus respective tests). These correspond to the pipetting commands available in the user interface of the EVOware which can now be recreated exactly within worklists in the form of advanced worklist commands. This covers some use cases where the regular aspirate() and dispense() commands are subject to grouping and other unwanted re-interpretation. Additionally, evo_wash() provides many options for washing steps without requiring wash schemes.

All changes

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Nov 23:05
Compare
Choose a tag to compare

The tip keyword argument can now takes lists, thus enabling the user to specify subsets of Tecan tips to be used (see PR #9).

v1.2.0

04 Aug 10:20
Compare
Choose a tag to compare
  • The make_well_array function is now available via robotools.make_well_array and can be used to conveniently create NumPy arrays of well IDs.
  • The docstring of the Worklist.transfer method was updated to give more information on additional kwargs.

Also see #6.