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
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,19 @@ 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
9
+
# OT-2 Software Changes in 6.0
10
10
11
-
Welcome to the v6.0.0 release of the OT-2 software!
11
+
Welcome to the v6.0 release of the OT-2 software!
12
12
13
-
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.
13
+
In conjunction with [changes in the Opentrons App](https://github.com/Opentrons/opentrons/blob/edge/app-shell/build/release-notes.md), the 6.0 release reshapes the way your OT-2 stores runs and protocols.
14
+
15
+
## 6.0.0 to 6.0.1
16
+
17
+
The `6.0.1` hotfix release fixes one robot software bug present in the original `6.0.0` release:
18
+
19
+
- Fixed protocol uploads to the OT-2 when the robot's "Use older protocol analysis method" advanced setting is enabled
20
+
21
+
As noted below, the `6.0.0` release fixed various protocol analysis bugs. **If you have been using the "Use older protocol analysis method" setting, we recommend you turn it off.** You might no longer need it, and your protocols will upload to your OT-2 faster with the setting disabled!
14
22
15
23
## New Features
16
24
@@ -23,13 +31,12 @@ In conjunction with [changes on the app side](https://github.com/Opentrons/opent
23
31
- Protocols will correctly fail analysis when attempting to place a Thermocycler in a slot that conflicts with already-placed labware.
24
32
- Improved handling of loading multiple modules of the same type.
25
33
- 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.
34
+
- 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
35
28
36
## Known Issues
29
37
30
38
- 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
39
32
-
33
40
---
34
41
35
42
## OT-2 Software Changes in 5.0.2
@@ -40,10 +47,10 @@ This release is a complete refactor of how the OT-2 communicates with the Opentr
40
47
41
48
### New Features
42
49
43
-
- A modern, http-based interface has replaced the RPC endpoints for communicating with the Opentrons App
44
-
- More thorough information about a protocol is returned to the Opentrons App to enable the display of live protocol status
45
-
- The most recent protocol analysis and run are stored on the robot to enable easy, quick re-running via the Opentrons App
46
-
- A new way to use labware offsets in Jupyter notebook and SSH sessions
50
+
- A modern, http-based interface has replaced the RPC endpoints for communicating with the Opentrons App
51
+
- More thorough information about a protocol is returned to the Opentrons App to enable the display of live protocol status
52
+
- The most recent protocol analysis and run are stored on the robot to enable easy, quick re-running via the Opentrons App
53
+
- A new way to use labware offsets in Jupyter notebook and SSH sessions
Copy file name to clipboardExpand all lines: app-shell/build/release-notes.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,18 @@ 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
9
+
# Opentrons App Changes in 6.0
10
10
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.
11
+
Welcome to the v6.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
13
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.
14
14
15
+
## 6.0.0 to 6.0.1
16
+
17
+
The `6.0.1` hotfix release fixes one Opentrons App bug present in the original `6.0.0` release:
18
+
19
+
- Fixed the app's "Override Path to Python" advanced setting on Windows
20
+
15
21
## New Features
16
22
17
23
- Updated design: A more polished and modern design, built around the new, always-accessible Protocols, Labware, and Devices sections.
0 commit comments