Skip to content

Commit 16208a9

Browse files
release/0.1.2 (#42)
1 parent b0fb3f4 commit 16208a9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2024-04-29
11+
12+
1013
### Changed
1114
- Implement ngram counts with a better way (#33)
1215
- Rust `compute_score` function signature changed to use references (#34)
1316
- Use rayon to run every prediction-references statistics calculation parallely (#38)
1417
- Use ahash for better performance (#39)
1518

19+
1620
## [0.1.1] - 2024-04-26
1721
### Changed
1822
- Upgrade `cached` version to `0.50.0`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bleuscore"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Mathew Shen <[email protected]>"]
66
repository = "https://github.com/shenxiangzhuang/bleuscore"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
[`bleuscore`](https://github.com/shenxiangzhuang/bleuscore)
11-
is a fast(not yet :) BLEU score calculator written in rust.
11+
is a fast BLEU score calculator written in rust.
1212

1313
## Installation
1414
The python package has been published to [pypi](https://pypi.org/project/bleuscore/),

0 commit comments

Comments
 (0)