You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/release-notes.md
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,20 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
10
10
11
11
## Opentrons Robot Software Changes in 8.5.0
12
12
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.
14
27
15
28
---
16
29
@@ -50,13 +63,12 @@ The 8.3.2 hotfix release fixes a bug where protocol commands could time out, esp
50
63
51
64
The 8.3.1 hotfix release contains two bug fixes:
52
65
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.
55
68
56
69
## Opentrons Robot Software Changes in 8.3.0
57
70
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.
60
72
61
73
### Improved Features
62
74
@@ -171,7 +183,7 @@ Welcome to the v7.3.0 release of the Opentrons robot software!
171
183
### Bug Fixes
172
184
173
185
- 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.
175
187
176
188
---
177
189
@@ -207,7 +219,7 @@ Welcome to the v7.2.1 release of the Opentrons robot software!
207
219
208
220
Welcome to the v7.2.0 release of the Opentrons robot software!
209
221
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.
211
223
212
224
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**.
213
225
@@ -342,12 +354,12 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
342
354
Welcome to the v6.3.1 release of the OT-2 software! This hotfix release addresses a few problems.
343
355
344
356
### Improved Features
357
+
345
358
- Changed the Thermocycler GEN2 plate ejection behavior to prevent plates from getting stuck after PCR cycles or being ejected too forcefully.
346
359
347
360
### Bug Fixes
348
361
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.
351
363
352
364
---
353
365
@@ -373,6 +385,7 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
373
385
- Python protocols specifying an `apiLevel` of 2.14
374
386
375
387
---
388
+
376
389
## OT-2 Software Changes in 6.2.1
377
390
378
391
Welcome to the v6.2.1 release of the OT-2 software! This hotfix release addresses a few problems.
Copy file name to clipboardExpand all lines: app-shell/build/release-notes.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,16 @@ By installing and using Opentrons software, you agree to the Opentrons End-User
10
10
11
11
## Opentrons App Changes in 8.5.0
12
12
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.
0 commit comments