From 16208a9d73d5d480b27499ec06ae4662fd7d3de0 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Mon, 29 Apr 2024 23:09:02 +0800 Subject: [PATCH] release/0.1.2 (#42) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ca0b5..7c1e2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.toml b/Cargo.toml index e42d756..24f5b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bleuscore" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Mathew Shen "] repository = "https://github.com/shenxiangzhuang/bleuscore" diff --git a/README.md b/README.md index 351ba5d..462d28d 100644 --- a/README.md +++ b/README.md @@ -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/),