Skip to content

Commit

Permalink
chore: release notes for 7.0.1 (#13713)
Browse files Browse the repository at this point in the history
* added low-volume mode to API notes

* list implemented bug fixes reported by support

* move database fix to 7.0.0
  • Loading branch information
ecormany authored Oct 11, 2023
1 parent 208c469 commit 8a2ac3d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr

---

## Opentrons Robot Software Changes in 7.0.1

Welcome to the v7.0.1 release of the Opentrons robot software! This release builds on the major release that added support for Opentrons Flex.

This update may take longer than usual if you are updating from v6.x. Allow **approximately 15 minutes** for your robot to restart. This delay will only happen once.

### Known Issues

Some protocols can't be simulated with the `opentrons_simulate` command-line tool:

- JSON protocols created or modified with Protocol Designer v6.0.0 or higher.
- Python protocols specifying an `apiLevel` of 2.14 or higher.

---

## Opentrons Robot Software Changes in 7.0.0

Welcome to the v7.0.0 release of the Opentrons robot software! This release adds support for the Opentrons Flex robot, instruments, modules, and labware.
Expand All @@ -32,6 +47,7 @@ Python API features
- Manually move labware around, off of, or onto the deck without ending your protocol.
- Load adapters separately from labware (to allow moving labware onto or off of the adapter).
- Use coordinate or numeric deck slot names interchangeably.
- Set 50 µL pipettes to a low-volume mode for handling very small quantities of liquid.

### Improved Features

Expand All @@ -40,6 +56,7 @@ Python API features

### Bug Fixes

- Fixed a problem with empty files being stored in the robot's database if the robot is power cycled at the wrong time.
- The API no longer raises an error when dropping tips into labware other than the fixed trash.
- All API versions now properly track tips, including starting at a well other than A1.

Expand Down
15 changes: 15 additions & 0 deletions app-shell/build/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr

---

## Opentrons App Changes in 7.0.1

Welcome to the v7.0.0 release of the Opentrons App! This release builds on the major release that added support for Opentrons Flex.

### Improved Features

- Pipettes move higher during Labware Position Check to avoid crashes in all deck slots, not just those with labware loaded in the protocol.

### Bug Fixes

- The app no longer blocks running valid protocols due to "not valid JSON" or "apiLevel not declared" errors.
- Robot commands, like turning the lights on or off, no longer take a long time to execute.

---

## Opentrons App Changes in 7.0.0

Welcome to the v7.0.0 release of the Opentrons App! This release adds support for the Opentrons Flex robot, instruments, modules, and labware.
Expand Down

0 comments on commit 8a2ac3d

Please sign in to comment.