From 266335470e0161a095b22fdbdb3d593f426b5856 Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Mon, 6 Jan 2025 09:48:53 -0600 Subject: [PATCH] remove robot context API mention and spaces --- api/release-notes.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/release-notes.md b/api/release-notes.md index 9581da3d371..68d84b62cce 100644 --- a/api/release-notes.md +++ b/api/release-notes.md @@ -13,13 +13,14 @@ By installing and using Opentrons software, you agree to the Opentrons End-User Welcome to the v8.3.0 release of the Opentrons robot software! This release adds support for Evosep Evotips on the Flex, as well as other features. ### New Features -- Use Evosep Evotips in Python API version 2.22 protocols for protein sample purification. Only available with the Flex 96-channel pipette. -- Control robot movements outside of a protocol using the RobotContext API. For more, please read *link PAPI docs section*. -- Load a newly modified Flex 8-Channel EM 1000 µL pipette equipped with a PEEK motor component to automate emulsion applications. + +- Use Evosep Evotips in Python API version 2.22 protocols for protein sample purification. Only available with the Flex 96-channel pipette. + +- Load a newly modified Flex 8-Channel EM 1000 µL pipette equipped with a PEEK motor component to automate emulsion applications. ### Improved Features -- Improvements to the Flex error recovery feature help protocols recover from detected stalls and collisions, saving you valuable time and resources. +- Improvements to the Flex error recovery feature help protocols recover from detected stalls and collisions, saving you valuable time and resources. ---