We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e941d commit 813b9a6Copy full SHA for 813b9a6
History.markdown
@@ -1,9 +1,8 @@
1
-## HEAD
2
-
3
- * Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
+## 2.3.0 / 2022-06-19
4
5
### Minor Enhancements
6
+ * Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
7
* Improved handling of Zero division and Zero vector normalization. ([#173](https://github.com/jekyll/classifier-reborn/pull/173))
8
* Support Numo Gem for performing SVD (#198)
9
lib/classifier-reborn/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ClassifierReborn
- VERSION = '2.2.0'
+ VERSION = '2.3.0'
end
0 commit comments