* Add conda support: if you are not using conda, please remove [environment.yml](environment.yml) from your CLI.
* Add localization outputs feature
* Add proposal outputs feature
* Add *LICENSE.txt* check during validate-system: your CLI should have a *LICENSE.txt* file at its root.
* Improve CLI and ActEV_Scorer installation
* Update entry-point parsers
* Update doc
* Remove CI for now
Also earlier...
* Add train_system entry point
* Multiple minor changes
1.2.3 - 02.27.20
================
----------------
* Upgrade to python3.
* Add [pep8](https://www.python.org/dev/peps/pep-0008/) compliance for NIST code.
* Add `--debug` option to entry point `system-setup`.
...
...
@@ -9,87 +30,89 @@
* Add script `merge_dev_into_master.sh`. It pulls the lastest changes, merges `development` on `master`, creates a tag and pushes.
1.2.2 - 08.14.19
================
----------------
* Add a script example to demonstrate data download, execution of the CLI, and validation of the outputs.
* Add support for environement variables available from one step to another. (diva_evaluation_cli.bin.private_src.implementation.utils.actev_cli_environment.*)
1.2.1 - 07.24.19
================
----------------
* Add baseline outputs on ActEV-Eval-CLI-Validation-Set3
* Update baseline outputs on ActEV-Eval-CLI-Validation-Set1 and ActEV-Eval-CLI-Validation-Set2
* Bug fixes in the validation-execution command
1.2.0 - 07.01.19
================
* Update validate-execution command with a `--score` flag https://gitlab.kitware.com/actev/diva_evaluation_cli/issues/11
* Update validate-system command, and add a `--strict` flag https://gitlab.kitware.com/actev/diva_evaluation_cli/issues/12
----------------
* Update validate-execution command with a `--score` flag <https://gitlab.kitware.com/actev/diva_evaluation_cli/issues/11>
* Update validate-system command, and add a `--strict` flag <https://gitlab.kitware.com/actev/diva_evaluation_cli/issues/12>
* Improved documentation for each command
* New _free disk_ metric in resources monitoring
* Bug fixes
1.1.9 - 05.23.19
================
----------------
* Bug fixes
1.1.8 - 05.15.19
================
----------------
* Bug fixes
* Less constraints on the container_output validation
1.1.7 - 04.09.19
================
----------------
* Bug fixes
* Add a new validation set: ActEV-Eval-CLI-Validation-Set2
1.1.6 - 04.01.19
================
----------------
* Improve get-system 'git': add 'recursive' option to download submodules
1.1.5 - 03.04.19
================
----------------
* Remove get-system subcommand: docker
* Rename get-system 'other' subcommand into 'archive'
* Improve get-system 'archive' and 'git' subcommands