This is the first major version release tested to work on Indico 6.X.
Added
* Refactored AutoReview to simplify setup.
* Replaced AutoClassifier with AutoPopulator to make ondoc classification model training simple. This class also includes a "copy_teach_task" method that is a frequently needed standalone method.
* Simplified a StaggeredLoop implementation to inject labeled samples into a dev workflow (deprecated previous version).
* Added support for unbundling metrics.
* Added the `Strucure` class to support building out workflows, datasets, teach tasks. As well as to support copying workflows.