-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and add CHANGELOG for 0.0.2 release
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
This changelog follows the specifications detailed in: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), although we have not yet reached a `1.0.0` release. | ||
|
||
## Version 0.0.2 | ||
|
||
|
||
#### Added | ||
|
||
* Added new heuristic similarity measure and top-level CLI option (`--similarity-measure`) for selecting which similarity measure to use | ||
|
||
* Added `--session-type` option to TA3 interface script (`baseline_system.py`) | ||
|
||
* Added CPU inference support for llama index algorithm component | ||
|
||
* Added support for probes embedded in scenario files for local file interface script (`baseline_system_local_files.py`) | ||
|
||
#### Changed | ||
|
||
#### Fixed | ||
|
||
|
||
## Version 0.0.1 | ||
|
||
* Initial release for MVP demonstration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters