File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.2] - 2024-04-29
11
+
12
+
10
13
### Changed
11
14
- Implement ngram counts with a better way (#33 )
12
15
- Rust ` compute_score ` function signature changed to use references (#34 )
13
16
- Use rayon to run every prediction-references statistics calculation parallely (#38 )
14
17
- Use ahash for better performance (#39 )
15
18
19
+
16
20
## [ 0.1.1] - 2024-04-26
17
21
### Changed
18
22
- Upgrade ` cached ` version to ` 0.50.0 `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bleuscore"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
authors = [
" Mathew Shen <[email protected] >" ]
6
6
repository = " https://github.com/shenxiangzhuang/bleuscore"
Original file line number Diff line number Diff line change 8
8
9
9
10
10
[ ` 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.
12
12
13
13
## Installation
14
14
The python package has been published to [ pypi] ( https://pypi.org/project/bleuscore/ ) ,
You can’t perform that action at this time.
0 commit comments