Skip to content

art 3.14.00

Compare
Choose a tag to compare
@knoepfel knoepfel released this 07 Nov 16:46
· 80 commits to develop since this release

Enhancements

  • art::ProductTokens 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 and MemoryTracker 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