Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@mhuen mhuen released this 02 Jul 11:11
· 9 commits to master since this release

Release Notes:

  • This release adds some more c++ utility for improved speed
  • DNN data for complete detector can now be computed from within c++ as opposed to only per DOM
  • Two new data formats: reduced_summary_statistics_data and total_dom_charge are added, which compute the input data entirely in c++. This allows to run networks with speeds of <1ms/event

Changes:

  • only set data of container if writing to frame and necessary: improves runtime when not needed
  • restructured code to use different calculation methods calculate_for_detector and calculate_per_dom. This allows to move the entire input data calculation to c++

Bug fixes:

  • add support for older boost versions of py2

Added Functionality:

  • added c++ function ext_boost.merge_pulses to merge pulses
  • added c++ function ext_boost.combine_exclusions to combine exclusions
  • Add option to directly fill DNN data container from within c++ via pybindings
  • added data formats: reduced_summary_statistics_data and total_dom_charge