Skip to content

Commit

Permalink
release/0.1.2 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Apr 29, 2024
1 parent b0fb3f4 commit 16208a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-04-29


### Changed
- Implement ngram counts with a better way (#33)
- Rust `compute_score` function signature changed to use references (#34)
- Use rayon to run every prediction-references statistics calculation parallely (#38)
- Use ahash for better performance (#39)


## [0.1.1] - 2024-04-26
### Changed
- Upgrade `cached` version to `0.50.0`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bleuscore"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Mathew Shen <[email protected]>"]
repository = "https://github.com/shenxiangzhuang/bleuscore"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


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

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

0 comments on commit 16208a9

Please sign in to comment.