Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 14:21
· 4057 commits to edge since this release

0.3.0 (2023-04-17)

0.3.0-alpha.3 (2023-04-14)

Reverts

  • Revert "feat(app): disable proceed to run if correct Flex pipettes are not attached (#12441)" (126dccd), closes #12441

0.3.0-alpha.2 (2023-04-13)

Bug Fixes

  • api: Fix Python runs hanging in stop-requested when you cancel them in between commands (#12467) (104f2bc)
  • app: dismiss current run after pipette flow completes or early exits (#12473) (541d64d)

0.3.0-alpha.1 (2023-04-11)

Bug Fixes

  • api,shared-data: Correct zDimension in certain aluminum block labware (#12293) (3bd4851)
  • api: Add set_calibration not implemented to versioning doc (#12274) (f5fde26)
  • api: Fix offsets not applying to labware atop "compatible" Temperature Modules (#12229) (7e3826c)
  • api: Raise a helpful error if you call .reset() on a labware that isn't a tip rack (#12268) (a1e5cf6)
  • api: Raise an error when trying to aspirate more than max volume (#12221) (b97846b)
  • api: Raise deprecation error for separate_calibration in Labware (#12285) (97cb986)
  • api: Raise deprecation error when using MagneticModuleContext.calibrate in 2.14 apiLevel (#12281) (b15580f)
  • api: Raise TipNotAttachedError for blow-out with no tip attached (#12227) (c9f01ef)
  • api: shortened error exceptions in protocol engine (#12255) (fb3f1de)
  • api: Update liquid setup docstrings (#12276) (a57bc42)
  • api: use core to access working volume in transfer (#12304) (03c0401)
  • app: add border to default states and adjust spacing (#12273) (aaa0380)
  • app: add captive fatal error modal to LPC, cancel run on close (#12363) (a195e07)
  • app: add disabled reasons and removal of some redux machinery (#12196) (6bce83e)
  • app: allow go back and select different pipette during attach flow (#12365) (658308f)
  • app: apply LPC copy fixes and update run preview jumped step color (#12352) (aad9b8a)
  • app: button text from labware prep to labware setup (#12369) (19340b7)
  • app: calibration dashboard with all tasks complete shouldnt show complete screen when visited (#12335) (c3fa387)
  • app: clarify that modules remain on deck during lpc checks (#12354) (6eed4d9)
  • app: disallow multiple clicks on HS latch button (#12299) (b447d69)
  • app: do not disable heater shaker temp control when shaking (#12425) (f2370ac)
  • app: do not load liquids in LPC prep (#12371) (d15cb09)
  • app: fix cal check step numbers and return tip, labware offset data help copy (#12423) (d1db655)
  • app: fix vertical spacing between module controls on run details (#12389) (1d55235)
  • app: move robot overview overflow menu preventDefault (#12388) (a0b1983)
  • app: move to next screen only when check pipette button ispressed (#12332) (f1adf67)
  • app: offset data model says correct info when theres no offset data (#12244) (b0d20fa)
  • app: prefer newer offsets when proposing candidates from past runs (#12324) (e9478f1), closes #11502
  • app: prevent launching calibrations while active protocol run (#12339) (8bbbed7)
  • app: prevent lpc from spamming the null jog (#12401) (4fca778)
  • app: reinitialize live offset in LPC if user clicks go back in exit confirmation (#12393) (0676be0)
  • app: remove using createCommand for module cards (#12305) (54693fc)
  • app: return to top of A1 tip after invalidating pick up in LPC (#12373) (405e7e3)
  • app: run command text after start, confirm cancel modal, hs latch close before lpc move (#12338) (674518f)
  • app: show leveling screen where appropriate, clean up step counts for attach/detach flows (#12375) (5709adf)
  • app: show tooltip and not yet started when run is idle (#12257) (4bb1142)
  • app: total volume of liquid fixed to 1 decimal point (#12366) (af8fac8)
  • app: update leveling text based on pipette model and mount (#12396) (3746a91)
  • app: update protocol setup ui when TLC completed (#12312) (2ac6085)
  • app: update ui when deck calibration completed (#12294) (0916664)
  • app: use react query to grab pipette and tip length cal on dash (#12291) (5cf4d11)
  • app: use react-api-client in usePipetteOffsetCalibrations (#12316) (daaa75e)
  • engine: subtract nominal overlap when calculating nominal tip length (#12238) (b23a02c)
  • hardware-testing: Add temp/humidity to volume readings, plus other small edits (#12429) (7b18798)
  • hardware-testing: Retract all the way to top of vial between aspirate/dispense (#12444) (767c5ad)
  • odd: fix small button margin for with-icon case (#12437) (df7ebe7)
  • robot-server: Resolve DropTipWellOrigin pickle warnings (#12267) (d682670)

Features

  • api: Get current jaw width using Gripper.jaw_width (#12411) (ed5771c)
  • api: updated some ot3 status bar behaviors (#12421) (47d1a73)
  • app: disable proceed to run if correct Flex pipettes are not attached (#12441) (bc70828)
  • app: update copy for return tip in LPC (#12288) (c315dca)
  • hardware-testing: Add check for see if software includes the required workarounds (#12435) (32d8f60)
  • hardware-testing: DVT Gripper assembly QC test (#12387) (9fd80c1)
  • hardware-testing: DVT Multi assembly QC (#12386) (cda819e)
  • hardware-testing: Probe the top of labware during gripper testing to check if fully seated (#12405) (b7c3590)
  • hardware-testing: Script to find fastest plunger accelerations/discontinuities (#12424) (aea6684)
  • hardware-testing: Store file containing output from git describe to serve as QC versioning (#12402) (605f348)
  • hardware: add interface for light strip (#12395) (82581d0)
  • hardware: add tip presence query request message (#12439) (d5a1071)
  • odd: add ethernet connection details (#12434) (afb90e8)
  • odd: add running protocol screen (#12327) (dab204d)
  • ODD: add snackbars and toasts (#12378) (db8929c)
  • odd: create Modal component for Small, Medium, and Large (#12426) (84abede)
  • odd: instruments dashboard; attach, detach, and calibrate for pipette and grippers (#12448) (8dae367)
  • odd: small and large button design qa (#12340) (b238910)

Reverts