Skip to content

Commit 11f473e

Browse files
authored
docs(api): Python API 2.21 versioning page (#16951)
# Overview List the new features of PAPI 2.21 on the Versioning page. Replaces #16935 ## Test Plan and Hands on Testing [Sandbox](http://sandbox.docs.opentrons.com/docs-versioning-2.21/v2/versioning.html#version-2-21) ## Changelog - New feature bullets (these are software-focused so they don't list all _docs_ changes) - Update version table - Bump `|apiLevel|` replacement ## Review requests Am I missing something? Feels light. But Thermocycler lids are not new API features (work in 2.16+). ## Risk assessment none, docs
1 parent 6e407e4 commit 11f473e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

api/docs/v2/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# use rst_prolog to hold the subsitution
100100
# update the apiLevel value whenever a new minor version is released
101101
rst_prolog = f"""
102-
.. |apiLevel| replace:: 2.20
102+
.. |apiLevel| replace:: 2.21
103103
.. |release| replace:: {release}
104104
"""
105105

api/docs/v2/versioning.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The maximum supported API version for your robot is listed in the Opentrons App
6868

6969
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.
7070

71-
Opentrons robots running the latest software (8.0.0) support the following version ranges:
71+
Opentrons robots running the latest software (8.2.0) support the following version ranges:
7272

7373
* **Flex:** version 2.15–|apiLevel|.
7474
* **OT-2:** versions 2.0–|apiLevel|.
@@ -84,6 +84,8 @@ This table lists the correspondence between Protocol API versions and robot soft
8484
+-------------+------------------------------+
8585
| API Version | Introduced in Robot Software |
8686
+=============+==============================+
87+
| 2.21 | 8.2.0 |
88+
+-------------+------------------------------+
8789
| 2.20 | 8.0.0 |
8890
+-------------+------------------------------+
8991
| 2.19 | 7.3.1 |
@@ -136,7 +138,9 @@ Changes in API Versions
136138

137139
Version 2.21
138140
------------
139-
- :ref:`Liquid presence detection <lpd>` now only checks on the first aspiration of the :py:meth:`.mix` cycle.
141+
- Adds :py:class:`.AbsorbanceReaderContext` to support the :ref:`Absorbance Plate Reader Module <absorbance-plate-reader-module>`. Use the load name ``absorbanceReaderV1`` with :py:meth:`.ProtocolContext.load_module` to add an Absorbance Plate Reader to a protocol.
142+
- :ref:`Liquid presence detection <lpd>` now only checks on the first aspiration of the :py:meth:`.mix` cycle.
143+
- Improved the run log output of :py:meth:`.ThermocyclerContext.execute_profile`.
140144

141145
Version 2.20
142146
------------

0 commit comments

Comments
 (0)