AIDASoft / podio

PODIO
GNU General Public License v3.0
24 stars 60 forks source link

Improve documentation for the pythonizations, test collection subscript return type #669

Closed m-fila closed 1 month ago

m-fila commented 1 month ago

BEGINRELEASENOTES

ENDRELEASENOTES

Triggered by the unexpected errors in https://github.com/key4hep/EDM4hep/pull/290 concerning the mutability of objects returned by collection subscript in python

Added relevant test and information about the collection subscript pythonization changing the type of __getitem__ from mutable datatype objects to immutable datatype objects Added information about the exception risen, and added link to a list of pythonizations