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
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,29 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
6
6
7
7
---
8
8
9
-
# OT-2 Software Changes in 6.0.0-beta.2
9
+
# OT-2 Software Changes in 6.0.0
10
10
11
-
Welcome to the v6.0.0 beta release of the OT-2 software!
11
+
Welcome to the v6.0.0 release of the OT-2 software!
12
12
13
-
In conjunction with changes on the app side, the 6.0.0 release reshapes the way your OT-2 stores runs and protocols.
14
-
15
-
This is beta software! You may experience unexpected crashes or missing features not detailed here. Please see the [issue tracker][] for more details and to leave feedback.
In conjunction with [changes on the app side](https://github.com/Opentrons/opentrons/blob/edge/app-shell/build/release-notes.md), the 6.0.0 release reshapes the way your OT-2 stores runs and protocols.
18
14
19
15
## New Features
20
16
21
17
- The OT-2 will retain the past 20 protocol runs on the robot, even across reboots.
18
+
- Supports renaming robots via the Opentrons App.
19
+
20
+
## Bug Fixes
21
+
22
+
- The `opentrons` Python module is now compatible with Python 3.10.
23
+
- Protocols will correctly fail analysis when attempting to place a Thermocycler in a slot that conflicts with already-placed labware.
24
+
- Improved handling of loading multiple modules of the same type.
25
+
- Fixed various pipette bugs in protocol analysis.
26
+
- Fixed [a bug](https://github.com/Opentrons/opentrons/issues/10126) where a robot would be undiscoverable if it happened to have the same name as another device on the network.
27
+
28
+
## Known Issues
29
+
30
+
- Sometimes module load order is affected by the order in which you power the modules on. We strongly suggest connecting and powering on modules in the order they will be used in the protocol.
31
+
22
32
23
33
---
24
34
@@ -37,7 +47,7 @@ This release is a complete refactor of how the OT-2 communicates with the Opentr
37
47
38
48
### 5.0.1 to 5.0.2
39
49
40
-
The 5.0.2 hotfix release contains two fixes in the robot software:
50
+
The 5.0.2 hotfix release contains three fixes in the robot software:
41
51
42
52
1. The robot now understands how to use labware loaded via `load_labware_from_definition` during Labware Position Check.
43
53
2. User-defined labware labels are now returned to the Opentrons App from protocol analyses and runs.
@@ -92,7 +102,7 @@ The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's
92
102
93
103
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running on your OT-2.
94
104
95
-
## Known Issues
105
+
###Known Issues
96
106
97
107
In 4.6.0 and previous releases, the OT-2 will only use TLS 1.0 for WPA2 Enterprise association. Some RADIUS servers have disabled this version of TLS; it must be enabled to connect the OT-2 to a RADIUS-secured network.
Copy file name to clipboardExpand all lines: app-shell/build/release-notes.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,11 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
6
6
7
7
---
8
8
9
-
# Opentrons App Changes in 6.0.0-beta.2
9
+
# Opentrons App Changes in 6.0.0
10
10
11
-
Welcome to the v6.0.0 beta release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot.
11
+
Welcome to the v6.0.0 release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot.
12
12
13
-
This release includes updates to the robot operating system, so be sure to update any OT-2s before running protocols with this version of the app.
14
-
15
-
This is beta software! You may experience unexpected crashes or missing features not detailed here. Please see the [issue tracker][] for more details and to leave feedback.
This release also includes updates to the robot operating system, so be sure to update any OT-2s before running protocols with this version of the app.
18
14
19
15
## New Features
20
16
@@ -35,8 +31,8 @@ This is beta software! You may experience unexpected crashes or missing features
35
31
## Improved features
36
32
37
33
- Labware Position Check
38
-
- When re-running a protocol, the app will now automatically recommend stored Labware Offset data that applies to the same labware and deck slot.
39
-
- When performing a Labware Position Check, see live offset values as you jog the pipette.
34
+
- When re-running a protocol, the app will now automatically recommend stored Labware Offset data (from the last 20 runs on that robot) that applies to the same labware and deck slot.
35
+
- When running Labware Position Check, you will see live offset values as you jog the pipette.
0 commit comments