Skip to content

Commit 272d736

Browse files
Add set deprecation notice (#6056)
* add notice Signed-off-by: Michael Carlstrom <[email protected]> * fix backtick Signed-off-by: Michael Carlstrom <[email protected]> * Update source/Releases/Release-Lyrical-Luth.rst Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: Michael Carlstrom <[email protected]> * Update source/Releases/Release-Lyrical-Luth.rst Co-authored-by: Tomoya Fujita <[email protected]> Signed-off-by: Michael Carlstrom <[email protected]> --------- Signed-off-by: Michael Carlstrom <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 35be3f4 commit 272d736

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/Releases/Release-Lyrical-Luth.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ TODO
3939
New features in this ROS 2 release
4040
----------------------------------
4141

42+
``rosidl_python``
43+
^^^^^^^^^^^^^^^^^
44+
45+
Passing in Python ``set`` objects into array or sequence fields is now deprecated.
46+
Instead pass in something that implements ``collections.abc.Sequence`` most commonly a ``list``, ``tuple``, or a ``numpy.ndarray``. To be removed in ROS M.
47+
4248
Development progress
4349
--------------------
4450

0 commit comments

Comments
 (0)