Skip to content

Commit

Permalink
Promote to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Oct 6, 2021
1 parent 978766e commit da26043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## 2.1.0 - 2021-10-06

### Changed

- The code performace was optimized.

- Improved support for non-latin texts.

## 2.0.3 - 2021-09-22

Initial forked version. See [the origin](https://github.com/Tessmore/sbd) for the past versions history.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chirrapp/sbd",
"version": "2.0.3",
"version": "2.1.0",
"description": "Split text into sentences using vanilla sentence boundary detection (SBD) algorithm",
"main": "lib/index.js",
"files": [
Expand Down

2 comments on commit da26043

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: da26043 Previous: 9ff393d Ratio
sbd 34477 ops/sec (±1.23%) 33430 ops/sec (±0.73%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: da26043 Previous: 9ff393d Ratio
sbd 37565 ops/sec (±0.18%) 33430 ops/sec (±0.73%) 0.89

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.