Skip to content

Commit a7dea54

Browse files
authored
chore: 8.0.0 known issues at time of code freeze (#16192)
# 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.
1 parent 3a8bfc8 commit a7dea54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

api/release-notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Welcome to the v8.0.0 release of the Opentrons robot software!
2424
- 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.
2525
- Improves homing behavior when a Flex protocol completes or is canceled with liquid-filled tips attached to the pipette.
2626

27+
### Known Issues
28+
29+
- 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.
30+
- `opentrons_simulate` describes motion to wells only with respect to the primary channel, regardless of the current pipette nozzle configuration.
31+
2732
---
2833

2934
## Opentrons Robot Software Changes in 7.5.0

app-shell/build/release-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Welcome to the v8.0.0 release of the Opentrons App!
2727

2828
### Known Issues
2929

30-
- 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.
30+
- 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.
3131
- 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.
32+
- 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.
3233

3334
---
3435

0 commit comments

Comments
 (0)