Skip to content

Commit 813b9a6

Browse files
committed
Release 💎 v2.3.0
1 parent 41e941d commit 813b9a6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

History.markdown

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## HEAD
2-
3-
* Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
1+
## 2.3.0 / 2022-06-19
42

53
### Minor Enhancements
64

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

lib/classifier-reborn/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ClassifierReborn
4-
VERSION = '2.2.0'
4+
VERSION = '2.3.0'
55
end

0 commit comments

Comments
 (0)