Skip to content

Commit

Permalink
8.3.0 alpha release notes draft
Browse files Browse the repository at this point in the history
pushing our first draft of 8.3.0 alpha release notes; would appreciate feedback!
  • Loading branch information
emilyburghardt committed Dec 18, 2024
1 parent 3554174 commit b80ddd6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
12 changes: 11 additions & 1 deletion api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ By installing and using Opentrons software, you agree to the Opentrons End-User

## Opentrons Robot Software Changes in 8.3.0-alpha.0

Welcome to 8.3.0-alpha.0! This release solely adds support for the modified pipettes, outfitted with a PEEK motor nut to enable emulsification applications. Included is the recognition of new load name "FLEX 8-Channel EM 1000 μL" based on SN P1KP, which automatically disables pressure sensors and allows a max plunger speed of 90mm/s.
Welcome to 8.3.0-alpha.0! 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 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.

### Improved Features
- Recover from a stall or collision error during a protocol.
- Adds support for improved tip tracking in Python API version 2.22 protocols.


---

Expand Down
11 changes: 10 additions & 1 deletion app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ By installing and using Opentrons software, you agree to the Opentrons End-User

## Opentrons App Changes in 8.3.0-alpha.0

Welcome to 8.3.0-alpha.0! This release solely adds support for the modified pipettes, outfitted with a PEEK motor nut to enable emulsification applications. Included is the recognition of new load name "FLEX 8-Channel EM 1000 μL" based on SN P1KP, which automatically disables pressure sensors and allows a max plunger speed of 90mm/s.
Welcome to 8.3.0-alpha.0! 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 purification. Only available with the Flex 96-channel pipette.
- Change the app or Flex touchscreen language to Mandarin in Settings.
- Load a newly modified “FLEX 8-Channel EM 1000 µL” pipette equipped with a PEEK motor component to automate emulsion applications.

### Improved Features
- Recover from a stall or collision error during a protocol.


---

Expand Down
4 changes: 2 additions & 2 deletions robot-server/simulators/test.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"attached_instruments": {
"right": {
"model": "p300_single_v1",
"model": "p300_single_v2",
"id": "321"
},
"left": {
"model": "p10_single_v1",
"model": "p1000_single_v2",
"id": "123"
}
},
Expand Down

0 comments on commit b80ddd6

Please sign in to comment.