Skip to content

Commit

Permalink
Release 💎 v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Jun 19, 2022
1 parent 41e941d commit 813b9a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## HEAD

* Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
## 2.3.0 / 2022-06-19

### Minor Enhancements

* Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
* Improved handling of Zero division and Zero vector normalization. ([#173](https://github.com/jekyll/classifier-reborn/pull/173))
* Support Numo Gem for performing SVD (#198)

Expand Down
2 changes: 1 addition & 1 deletion lib/classifier-reborn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ClassifierReborn
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 813b9a6

Please sign in to comment.