Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.3.0 alpha release notes draft #17141

Open
wants to merge 5 commits into
base: chore_release-8.3.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a special case to provide a specific note for alpha.0. That note is now enshrined forever in that build and you have folded it into the 8.3.0 notes so we can set the section header as the stable.
Same is true for the other file.

Suggested change
## Opentrons Robot Software Changes in 8.3.0-alpha.0
## Opentrons Robot Software Changes in 8.3.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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Welcome to 8.3.0-alpha.0! This release adds support for Evosep Evotips on the Flex, as well as other features.
Welcome to 8.3.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*.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding robot context for now to release notes. Can remove as needed.

- Load a newly modified “FLEX 8-Channel EM 1000 µL” pipette equipped with a PEEK motor component to automate emulsion applications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to be consistent with the " character and not use or I don't think.

Suggested change
- Load a newly modified FLEX 8-Channel EM 1000 µL pipette equipped with a PEEK motor component to automate emulsion applications.
- 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.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more description/information needed for Joe and I on this one to better describe it.

- Adds support for improved tip tracking in Python API version 2.22 protocols.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we document tip tracking for the release notes? Anything else to add?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without a specific improvement mentioned this feels hand wavy.



---

Expand Down
12 changes: 11 additions & 1 deletion app-shell/build/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 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
Loading