Skip to content

2.0

Compare
Choose a tag to compare
@gordonwatts gordonwatts released this 02 Apr 21:48
· 39 commits to master since this release

This is a major release. It should continue to run older queries without modification. New features (like MetaData) are only partially supported by the CMS backend for now.

New Features

Interface Features

  • Local running is now supported, as long as docker is installed. For ATLAS containers, a local datavolume is also mounted so calibration files do not have to be repeatedly downloaded.

Code Generation Features

  • MetaData to completely define an object model for events, including all types. This can be sent over the wire meaning when there are changes to the underlying container this is running on, the code generator no longer has to be updated.
  • One can now inject job options into ATLAS jobs via MetaData (supporting, for example, object corrections)
  • Strings are now first-class citizens and can be returned from queries

The PR's

Full Changelog: 1.4.1...2.0