-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Release v0.1.0 [skip ci]
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Oct 18, 2023
1 parent
2436569
commit 118eaa1
Showing
3 changed files
with
19 additions
and
2 deletions.
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,17 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.1.0 (2023-10-18) | ||
|
||
### Feature | ||
|
||
* **embedding_metrics:** Implement BERTScore and MAUVE and add unit tests support ([`04d50ff`](https://github.com/Sagacify/saga-llm-evaluation/commit/04d50ff33b9dd4acf9740b38a159208d5ccce94d)) | ||
* **project:** Add initial structure ([`786afbb`](https://github.com/Sagacify/saga-llm-evaluation/commit/786afbbf86995cdca8ec121e07b25c75ee8b60a3)) | ||
|
||
### Fix | ||
|
||
* **cd:** Change version for python semantic release ([`a84c790`](https://github.com/Sagacify/saga-llm-evaluation/commit/a84c7906b3c6f1c3443e8637a710bd86cbe7c50b)) | ||
* **embedding_metrics:** Add featurize_model_name argument to init for mauve score ([`db39ad3`](https://github.com/Sagacify/saga-llm-evaluation/commit/db39ad31dd226b24956cb39786198900cf937719)) | ||
* **embedding_metrics:** Add tests, attempt to fix libcublas and move pytest to dev dependencies ([`1d45ec8`](https://github.com/Sagacify/saga-llm-evaluation/commit/1d45ec88ee9c97b80888cfe7e9561b4b51ae0f8d)) | ||
* **embedding_metrics:** Change default models for bertscore and mauve ([`8e9a20d`](https://github.com/Sagacify/saga-llm-evaluation/commit/8e9a20d1484cc597f8370ac4036e386c418f045a)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "saga_llm_evaluation_ml" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "" | ||
authors = ["Leonardo Remondini <[email protected]>"] | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.0" | ||
__version__ = "0.1.0" |