Skip to content

Commit

Permalink
Versioning page updates for Python API 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed May 14, 2024
1 parent 1a45161 commit 3e32bbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/docs/v2/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ This table lists the correspondence between Protocol API versions and robot soft
+-------------+------------------------------+
| API Version | Introduced in Robot Software |
+=============+==============================+
| 2.18 | 7.3.0 |
+-------------+------------------------------+
| 2.17 | 7.2.0 |
+-------------+------------------------------+
| 2.16 | 7.1.0 |
Expand Down Expand Up @@ -128,6 +130,14 @@ This table lists the correspondence between Protocol API versions and robot soft
Changes in API Versions
=======================

Version 2.18
------------

- Define customizable parameters with the new ``add_parameters()`` function, and access their values on the :py:obj:`.ProtocolContext.params` object during a protocol run. See :ref:`runtime-parameters` and related pages for more information.
- Move the pipette to positions relative to the top of a trash container. See :ref:`position-relative-trash`. The default behavior of :py:meth:`.drop_tip` also accounts for this new possibility.
- :py:meth:`.set_offset` has been restored to the API with new behavior that applies to labware type–location pairs.
- Automatic tip tracking is now available for all nozzle configurations.

Version 2.17
------------

Expand Down

0 comments on commit 3e32bbb

Please sign in to comment.