v00-17-01
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 theCollectionReadBuffers
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
- Add a
-
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 apodioObjectID
- Add an operator != to fix negative comparisons since after #493 now
-
2023-09-29 tmadlener (PR#493)