art 3.14.00
Enhancements
art::ProductToken
s can now be arguments to a stream-insertion operator (e.g.std::cout << token_;
), where the printout includes the module label, product instance name, and process name specified to create the product token.
Dependency changes
- The version of art-root-io accompanying this release now supports SOFIE, used for neural-network inference.
Bug fixes
- If by the
TimeTracker
andMemoryTracker
services encounter an SQLite full-database error, writing to the database will be disabled instead of prematurely ending the framework job (related to issues #116 and #132).
Full Changelog: https://github.com/art-framework-suite/art/commits/v3_14_00