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
@@ -51,13 +64,12 @@ The 8.3.2 hotfix release fixes a bug where protocol commands could time out, esp
51
64
52
65
The 8.3.1 hotfix release contains two bug fixes:
53
66
54
-
- Exported data from the Absorbance Plate Reader no longer contains invalid values.
55
-
- A small fix allows all robots to properly reboot after an upgrade to v8.3.0.
67
+
- Exported data from the Absorbance Plate Reader no longer contains invalid values.
68
+
- A small fix allows all robots to properly reboot after an upgrade to v8.3.0.
56
69
57
70
## Opentrons Robot Software Changes in 8.3.0
58
71
59
-
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
+
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.
61
73
62
74
### Improved Features
63
75
@@ -172,7 +184,7 @@ Welcome to the v7.3.0 release of the Opentrons robot software!
172
184
### Bug Fixes
173
185
174
186
- Fixed an edge case where capitalizing part of a labware load name could cause unexpected behavior or collisions.
175
-
- Fixed Python packages installed on the OT-2 with `pip` not being found by `import` statements.
187
+
- Fixed Python packages installed on the OT-2 with `pip` not being found by `import` statements.
176
188
177
189
---
178
190
@@ -208,7 +220,7 @@ Welcome to the v7.2.1 release of the Opentrons robot software!
208
220
209
221
Welcome to the v7.2.0 release of the Opentrons robot software!
210
222
211
-
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.
223
+
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.
212
224
213
225
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**.
214
226
@@ -343,12 +355,12 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
343
355
Welcome to the v6.3.1 release of the OT-2 software! This hotfix release addresses a few problems.
344
356
345
357
### Improved Features
358
+
346
359
- Changed the Thermocycler GEN2 plate ejection behavior to prevent plates from getting stuck after PCR cycles or being ejected too forcefully.
347
360
348
361
### Bug Fixes
349
362
350
-
- Specifying Python API version 2.14 no longer prevents ``set_block_temperature`` from executing a hold time.
351
-
363
+
- Specifying Python API version 2.14 no longer prevents `set_block_temperature` from executing a hold time.
352
364
353
365
---
354
366
@@ -374,6 +386,7 @@ Some protocols can't be simulated with the `opentrons_simulate` command-line too
374
386
- Python protocols specifying an `apiLevel` of 2.14
375
387
376
388
---
389
+
377
390
## OT-2 Software Changes in 6.2.1
378
391
379
392
Welcome to the v6.2.1 release of the OT-2 software! This hotfix release addresses a few problems.
0 commit comments