Skip to content

Commit

Permalink
feat: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 10, 2021
1 parent ae7cd38 commit 7fc096a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v0.3.1] - 2021-08-10
### Fixed
- Reduces batch size if CUDA runs out of memory during evaluation.
- Loading of text classification datasets now working properly.
Expand Down
2 changes: 1 addition & 1 deletion scandeval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .twitter_sent import TwitterSentBenchmark # noqa
from .utils import block_terminal_output

__version__ = '0.3.0' # noqa
__version__ = '0.3.1' # noqa

# Block unwanted terminal outputs
block_terminal_output()
Expand Down

0 comments on commit 7fc096a

Please sign in to comment.