Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Apr 13, 2023
1 parent bfedab2 commit 2f0514f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 1,001 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [0.4.1] 2023-04-13
### Deleted
- Old unused files `package_tree.rst`, `fluency_error.py`, `sbert.py` and `spider_err.py`.

## [0.4.0] 2023-04-13
### Added
- Argument `return_probs` for fluency error metric.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ keywords:
- captioning
- audio-captioning
license: MIT
version: 0.4.0
version: 0.4.1
date-released: '2023-04-13'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ If you use this software, please consider cite it as below :
month = {4},
title = {{aac-metrics}},
url = {https://github.com/Labbeti/aac-metrics/},
version = {0.4.0},
version = {0.4.1},
year = {2023},
}
```
Expand Down
9 changes: 0 additions & 9 deletions docs/package_tree.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/aac_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__license__ = "MIT"
__maintainer__ = "Etienne Labbé (Labbeti)"
__status__ = "Development"
__version__ = "0.4.0"
__version__ = "0.4.1"


from .classes.base import AACMetric
Expand Down
92 changes: 0 additions & 92 deletions src/aac_metrics/classes/fluency_error.py

This file was deleted.

86 changes: 0 additions & 86 deletions src/aac_metrics/classes/sbert.py

This file was deleted.

139 changes: 0 additions & 139 deletions src/aac_metrics/classes/spider_err.py

This file was deleted.

Loading

0 comments on commit 2f0514f

Please sign in to comment.