Skip to content

Commit 2943b8f

Browse files
authored
chore: 8.5.0 release notes (#18744)
1 parent 968ddc8 commit 2943b8f

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

api/release-notes.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
1010

1111
## Opentrons Robot Software Changes in 8.5.0
1212

13-
### TODO
13+
Welcome to the v8.5.0 release of the Opentrons robot software! This release features the ability to pipette more accurately by using liquid classes in your protocols.
14+
15+
### New Features
16+
17+
- Use Opentrons-verified liquid classes (aqueous, viscous, and volatile) in the Python Protocol API to automatically adjust submerge speed, flow rate, touch tip, air gap, and more.
18+
- Customize and create your own liquid classes for even more control.
19+
20+
### Improvements
21+
22+
- Several Python API methods have new parameters that add capabilities available in Protocol Designer.
23+
24+
### Bug Fixes
25+
26+
- The Absorbance Plate Reader no longer reports measurements below 0.
1427

1528
---
1629

@@ -50,13 +63,12 @@ The 8.3.2 hotfix release fixes a bug where protocol commands could time out, esp
5063

5164
The 8.3.1 hotfix release contains two bug fixes:
5265

53-
- Exported data from the Absorbance Plate Reader no longer contains invalid values.
54-
- A small fix allows all robots to properly reboot after an upgrade to v8.3.0.
66+
- Exported data from the Absorbance Plate Reader no longer contains invalid values.
67+
- A small fix allows all robots to properly reboot after an upgrade to v8.3.0.
5568

5669
## Opentrons Robot Software Changes in 8.3.0
5770

58-
Welcome to the v8.3.0 release of the Opentrons robot software! This release includes improvements to error recovery on the Flex, as well as beta features for our commercial partners.
59-
71+
Welcome to the v8.3.0 release of the Opentrons robot software! This release includes improvements to error recovery on the Flex, as well as beta features for our commercial partners.
6072

6173
### Improved Features
6274

@@ -171,7 +183,7 @@ Welcome to the v7.3.0 release of the Opentrons robot software!
171183
### Bug Fixes
172184

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

176188
---
177189

@@ -207,7 +219,7 @@ Welcome to the v7.2.1 release of the Opentrons robot software!
207219

208220
Welcome to the v7.2.0 release of the Opentrons robot software!
209221

210-
This update may take longer than usual if your robot has a lot of long protocols and runs stored on it. Allow *approximately 20 minutes* for your robot to restart. This delay will only happen once.
222+
This update may take longer than usual if your robot has a lot of long protocols and runs stored on it. Allow _approximately 20 minutes_ for your robot to restart. This delay will only happen once.
211223

212224
If you don't care about preserving your labware offsets and run history, you can avoid the delay by clearing your runs and protocols before starting this update. Go to **Robot Settings** > **Device Reset** and select **Clear protocol run history**.
213225

@@ -342,12 +354,12 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
342354
Welcome to the v6.3.1 release of the OT-2 software! This hotfix release addresses a few problems.
343355

344356
### Improved Features
357+
345358
- Changed the Thermocycler GEN2 plate ejection behavior to prevent plates from getting stuck after PCR cycles or being ejected too forcefully.
346359

347360
### Bug Fixes
348361

349-
- Specifying Python API version 2.14 no longer prevents ``set_block_temperature`` from executing a hold time.
350-
362+
- Specifying Python API version 2.14 no longer prevents `set_block_temperature` from executing a hold time.
351363

352364
---
353365

@@ -373,6 +385,7 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
373385
- Python protocols specifying an `apiLevel` of 2.14
374386

375387
---
388+
376389
## OT-2 Software Changes in 6.2.1
377390

378391
Welcome to the v6.2.1 release of the OT-2 software! This hotfix release addresses a few problems.

app-shell/build/release-notes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
1010

1111
## Opentrons App Changes in 8.5.0
1212

13-
### TODO
13+
Welcome to the v8.5.0 release of the Opentrons App! This release features the ability to run protocols that use liquid classes to improve pipetting accuracy.
14+
15+
### New Features
16+
17+
- The app now supports running protocols that use liquid class features in the Python API, including Opentrons-verified and custom liquid class definitions.
18+
19+
### Bug Fixes
20+
21+
- Fixes errors (code 422) when performing Labware Position Check on an OT-2.
22+
- Error recovery now provides the correct options when a blowout causes an overpressure error.
1423

1524
---
1625

0 commit comments

Comments
 (0)