Skip to content

v00-17-03

Compare
Choose a tag to compare
@tmadlener tmadlener released this 16 Nov 08:16
· 166 commits to master since this release

v00-17-03

  • 2023-11-14 tmadlener (PR#513)
    • Introduce checks in ROOTFrameWriter::writeFrame and ROOTNTupleWriter::writeFrame that ensure consistent contents for all Frames of a given category. If inconsistent contents are found an exception is thrown. Before these changes this might lead to a crash or to unreadable files. Fixes #382
    • Refactor ROOTNTupleWriter internals to have only one map that keeps track of categories instead of two maps and a set that need to be kept consistent.