Skip to content

Commit

Permalink
add /commands entry; copyedit
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Apr 30, 2024
1 parent 0ecd1a9 commit be86aa9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ Welcome to the v7.3.0 release of the Opentrons robot software!
- Flex no longer shows unnecessary pipette calibration warnings.
- Python protocols can once again set labware offsets outside of Labware Position Check.

### Changed Features

- Calling `GET /runs/{id}/commands` for a JSON protocol no longer returns a full list of queued commands. Use protocol analysis to get a full list of commands.

### Bug Fixes

- Fixed an edge case where capitalizing part of a labware load name could cause unexpected behavior or collisions.
- Fixed user-installed Python packages (`pip install ...`) on the OT-2 not being found by `import` statements.
- Fixed Python packages installed on the OT-2 with `pip` not being found by `import` statements.

---

Expand Down

0 comments on commit be86aa9

Please sign in to comment.