Skip to content

Commit

Permalink
Version bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost committed Nov 7, 2023
1 parent 3ff03b5 commit 68211d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

- 2.4.0 (2023-11-07)
Added:
- WMT23 test sets (test set `wmt23`)

- 2.3.1 (2022-10-18)
Bugfix:
- Set lru_cache to 2**16 for SPM tokenizer (was set to infinite)
Expand Down
2 changes: 1 addition & 1 deletion sacrebleu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.

__version__ = '2.3.1'
__version__ = '2.4.0'
__description__ = 'Hassle-free computation of shareable, comparable, and reproducible BLEU, chrF, and TER scores'


Expand Down

0 comments on commit 68211d2

Please sign in to comment.