Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

m-fila
Copy link
Contributor

@m-fila m-fila commented Sep 10, 2024

BEGINRELEASENOTES

  • Improved documentation for the pythonizations. Test mutability of objects returned by collection subscript in python (mutable without the subscript pythonization/immutable with the pythonization)

ENDRELEASENOTES

Triggered by the unexpected errors in key4hep/EDM4hep#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

@m-fila m-fila changed the title Improve documentation for the pythonizations, test collection __getitem return type Improve documentation for the pythonizations, test collection subscript return type Sep 10, 2024
Copy link
Collaborator

@tmadlener tmadlener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@tmadlener tmadlener merged commit fb61989 into AIDASoft:master Sep 10, 2024
18 checks passed
@m-fila m-fila deleted the getitem_return_type branch September 10, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants