|
ACTS
Experiment-independent tracking
|
ACTS uses Semantic Versioning to indicate breaking changes in its public API. A breaking change will result in a new major version. The Conventional Commits convention is used for pull requests to track the type of changes that have been merged and ensure that the version number is increased correctly.
Since ACTS is still under active development, we create major versions that break the API relatively frequently. We try to limit breaking changes to about once a month.
The API surface of ACTS is very large. Everything at the top-level in the Acts-namespace is considered public.
There are a number of optional components in the Plugins/ folder, only some of which are considered part of the public API:
The following components are not part of the public API but are expected to become part of it at a later stage:
The following components will never become part of the public API: