v01-06
v01-06
-
2025-10-21 Juan Miguel Carceller (PR#867)
- Use a handle to a file or stream in the writers to check if we are done
-
2025-10-20 Juan Miguel Carceller (PR#865)
- Make
RNTupleReader::getEntriesconstsince it's alsoconstin the other readers
- Make
-
2025-10-20 Juan Miguel Carceller (PR#864)
- Do not load the deprecated pythonization collection_subscript
-
2025-10-20 Juan Miguel Carceller (PR#862)
- Make it possible to read RNTuples with removed types, using
SetEmulateUnknownTypes - Add a test that fails without this fix and works with this fix (only RNTuple was failing)
- Make it possible to read RNTuples with removed types, using
-
2025-10-20 Juan Miguel Carceller (PR#846)
- Add ugly code to trigger an error when reading garbage
-
2025-10-14 Juan Miguel Carceller (PR#860)
- Deprecate
isValid()for collections and addhasID()to check if a collection has an ID. This allows to find out ifframe.get<type>("name")didn't find a collection, since it will return an empty one in this case.
- Deprecate
-
2025-10-10 Juan Miguel Carceller (PR#857)
- podio-merge-files: import podio later for faster help messages and use get_reader
-
2025-10-10 Thomas Madlener (PR#855)
- Add an indication whether a collection is a subset collection to the output of
podio-dump
- Add an indication whether a collection is a subset collection to the output of