This release has two major changes (both breaking changes)
1. **Name change**: The name of the package has changed from `tvalmetrics` to `tonic_validate`. This change is to decrease the confusion between the two python packages `tvalmetrics` and `tvallogging`, and the web application Tonic Validate (validate.tonic.ai). Going forward there will be one python package, `tonic_validate`, which is the SDK for the Tonic Validate web app which contains RAG metrics. The `tvallogging` python package will be subsequently merged into `tonic_validate`.
2. **Metric API changes**: The RAG metrics themselves have not changed, but the API for calculating the RAG metrics has been streamlined so that each metric is instantiated and calculated in the same way. See the "Tonic validate revamp" PR 13 for more details.
Both of these major changes make it easier to use this package with the Tonic Validate web app.
What's Changed
* Merge logging and metrics review changes by joeferraratonic in https://github.com/TonicAI/tonic_validate/pull/12
* Merge logging and metrics by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/11
* Bump version again to fix release flow by joeferraratonic in https://github.com/TonicAI/tonic_validate/pull/10
* Tonic validate revamp by ethan-tonic in https://github.com/TonicAI/tonic_validate/pull/13
* Example notebook question and answer list by joeferraratonic in https://github.com/TonicAI/tonic_validate/pull/14
* Name change by joeferraratonic in https://github.com/TonicAI/tonic_validate/pull/15
* New name prerelease by joeferraratonic in https://github.com/TonicAI/tonic_validate/pull/16
**Full Changelog**: https://github.com/TonicAI/tonic_validate/compare/v1.0.2...v2.0.0