Skip to content

Commit

Permalink
Mod: Update version to 0.5.1 and sphinx documentation pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Dec 20, 2023
1 parent 48ac50c commit 4387f23
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

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

## [0.5.1] UNRELEASED
## [0.5.1] 2023-12-20
### Added
- Check sentences inputs for all metrics.

### Fixed
- Fix `BERTScoreMRefs` metric with 1 candidate and 1 reference.

Expand Down
4 changes: 2 additions & 2 deletions 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.5.0
date-released: '2023-12-08'
version: 0.5.1
date-released: '2023-12-20'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-metr
month = {12},
title = {{aac-metrics}},
url = {https://github.com/Labbeti/aac-metrics/},
version = {0.5.0},
version = {0.5.1},
year = {2023},
}
```
Expand Down
7 changes: 7 additions & 0 deletions docs/aac_metrics.utils.globals.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
aac\_metrics.utils.globals module
=================================

.. automodule:: aac_metrics.utils.globals
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/aac_metrics.utils.paths.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 @@
__maintainer__ = "Etienne Labbé (Labbeti)"
__name__ = "aac-metrics"
__status__ = "Development"
__version__ = "0.5.0"
__version__ = "0.5.1"


from .classes.base import AACMetric
Expand Down

0 comments on commit 4387f23

Please sign in to comment.