Skip to content

v00-17-01

Compare
Choose a tag to compare
@tmadlener tmadlener released this 13 Oct 08:52
· 176 commits to master since this release

v00-17-01

  • 2023-10-12 tmadlener (PR#505)

    • Bump the pylint version for CI to 2.17.7
  • 2023-10-11 tmadlener (PR#502)

    • Add a deleteBuffers function that is populated at generation time to the CollectionReadBuffers to make it possible to dispose of unconsumed buffers. This fixes the main leaks described in #500
    • Make the ROOTFrameData clean up all unconsumed buffers at desctruction.
    • Make sure to delete buffers that are no longer necessary in the CollectionData constructor. This fixes some more leaks described in #500
  • 2023-10-08 Wouter Deconinck (PR#503)

    • Install podio-vis
  • 2023-10-04 jmcarcell (PR#497)

    • Move podio_PYTHON_DIR to the top level CMakeLists so that it is set even when BUILD_TESTING is off
  • 2023-10-02 jmcarcell (PR#496)

    • Add an operator != to fix negative comparisons since after #493 now id() returns a podioObjectID
  • 2023-09-29 tmadlener (PR#493)

    • Make [Mutable]Object::id() return a podio::ObjectID instead of unsigned, since the latter has become useless with #412. Fixes #438
    • Add an operator<<(std::ostream&) for podio::ObjectID