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/docs/v2/versioning.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The maximum supported API version for your robot is listed in the Opentrons App
68
68
69
69
If you upload a protocol that specifies a higher API level than the maximum supported, your robot won't be able to analyze or run your protocol. You can increase the maximum supported version by updating your robot software and Opentrons App.
70
70
71
-
Opentrons robots running the latest software (8.4.0) support the following version ranges:
71
+
Opentrons robots running the latest software (8.5.0) support the following version ranges:
72
72
73
73
* **Flex:** version 2.15–|apiLevel|.
74
74
* **OT-2:** versions 2.0–|apiLevel|.
@@ -84,6 +84,8 @@ This table lists the correspondence between Protocol API versions and robot soft
84
84
+-------------+------------------------------+
85
85
| API Version | Introduced in Robot Software |
86
86
+=============+==============================+
87
+
| 2.24 | 8.5.0 |
88
+
+-------------+------------------------------+
87
89
| 2.23 | 8.4.0 |
88
90
+-------------+------------------------------+
89
91
| 2.22 | 8.3.0 |
@@ -140,6 +142,15 @@ This table lists the correspondence between Protocol API versions and robot soft
140
142
Changes in API Versions
141
143
=======================
142
144
145
+
Version 2.24
146
+
-------------
147
+
- Adds the ability to perform liquid handling actions using :ref:`liquid classes <liquid-classes>`.
148
+
149
+
- :py:meth:`.ProtocolContext.get_liquid_class` accesses :ref:`Opentrons-verified liquid class definitions <liquid-class-definitions>` for aqueous, volatile, and viscous liquids.
150
+
- :py:meth:`.ProtocolContext.define_liquid_class` lets you create your own liquid classes from verified classes or from scratch.
151
+
- New :py:class:`.InstrumentContext` methods — :py:meth:`.transfer_with_liquid_class`, :py:meth:`.distribute_with_liquid_class`, and :py:meth:`.consolidate_with_liquid_class` — move liquids according to their properties.
152
+
- :py:meth:`.air_gap`, :py:meth:`.blow_out`, :py:meth:`.dispense`, :py:meth:`.mix`, and :py:meth:`.touch_tip` have new parameters for advanced settings that are also available in Protocol Designer.
153
+
143
154
Version 2.23
144
155
-------------
145
156
- Wells now have a :py:meth:`~.Well.meniscus` location that corresponds to the top of the liquid, either as set in the protocol or measured by probing with a pipette tip. See :ref:`well-meniscus`.
0 commit comments