Skip to content

Commit

Permalink
chore: 8.0.0 known issues at time of code freeze (#16192)
Browse files Browse the repository at this point in the history
# Overview

`8.0.0_release_notes_final_final(2).md`

## Test Plan and Hands on Testing

n/a

## Changelog

- 3 new known issues for:
  - https://opentrons.atlassian.net/browse/RQA-2933
  - https://opentrons.atlassian.net/browse/EXEC-660
  - https://opentrons.atlassian.net/browse/RQA-3129
- wording change per resolution of discussion on #16182

## Review requests

The @y3rsh seal of approval.

## Risk assessment

none.
  • Loading branch information
ecormany committed Sep 18, 2024
1 parent 3a8bfc8 commit a7dea54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Welcome to the v8.0.0 release of the Opentrons robot software!
- Provides more partial tip pickup configurations. All multi-channel pipettes now support single and partial column pickup, and the Flex 96-channel pipette now supports row pickup.
- Improves homing behavior when a Flex protocol completes or is canceled with liquid-filled tips attached to the pipette.

### Known Issues

- Protocol analysis and `opentrons_simulate` do not raise an error when a protocol tries to detect liquid with a pipette nozzle configuration that doesn't contain a pressure sensor (single-tip pickup with A12 or H1). Avoid using the A12 and H1 nozzles for single-tip pickup if you need to detect liquid presence within wells.
- `opentrons_simulate` describes motion to wells only with respect to the primary channel, regardless of the current pipette nozzle configuration.

---

## Opentrons Robot Software Changes in 7.5.0
Expand Down
3 changes: 2 additions & 1 deletion app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Welcome to the v8.0.0 release of the Opentrons App!

### Known Issues

- Labware offsets can't be applied to protocols that require selecting a CSV file as a runtime parameter value. Write the protocol in such a way that it passes analysis with or without the CSV file, or run Labware Position Check after confirming parameter values.
- Stored labware offsets can't be applied to protocols that require selecting a CSV file as a runtime parameter value. Write the protocol in such a way that it passes analysis with or without the CSV file, or run Labware Position Check after confirming parameter values.
- Error recovery can't perform partial tip pickup, because it doesn't account for the pipette nozzle configuration of 8- and 96-channel pipettes. If a recovery step requires partial tip pickup, cancel the protocol instead.
- Downloading robot logs via USB may take up to 2 minutes on macOS, and may fail entirely on Windows. Use an Ethernet or Wi-Fi connection to download logs if needed.

---

Expand Down

0 comments on commit a7dea54

Please sign in to comment.