|
1 |
| -## HEAD |
| 1 | +## 2.3.0 |
2 | 2 |
|
3 | 3 | ## Major Enhancements
|
4 | 4 | * Separate tokenizer from hasher, allowing custom tokenizers. ([#162](https://github.com/jekyll/classifier-reborn/pull/162))
|
5 | 5 |
|
6 | 6 | ### Minor Enhancements
|
7 | 7 | * Improved handling of Zero division and Zero vector normalization. ([#173](https://github.com/jekyll/classifier-reborn/pull/173))
|
8 | 8 |
|
| 9 | +### Development Fixes |
| 10 | +* remove deprecated has_rdoc in gemspec |
| 11 | +* auto-gen-config for Rubocop |
| 12 | +* auto-correct offenses |
| 13 | + |
9 | 14 | ## 2.2.0 / 2017-12-14
|
10 | 15 |
|
11 | 16 | * JRuby Support, thanks to [@mach-kernel](https://github.com/mach-kernel) ([#168](https://github.com/jekyll/classifier-reborn/pull/168))
|
|
35 | 40 | * README file cleaned up to point to the documentation site ([#121](https://github.com/jekyll/classifier-reborn/pull/121))
|
36 | 41 | * Added and corrected RDoc for ceratin classes and methods ([#122](https://github.com/jekyll/classifier-reborn/pull/122))
|
37 | 42 | * Added favicon link and forced display ([#120](https://github.com/jekyll/classifier-reborn/pull/120))
|
38 |
| - * Updated the truncated LICENSE file ([#116](https://github.com/jekyll/classifier-reborn/pull/116)) |
39 |
| - * Docs visual improvement and refactoring ([#119](https://github.com/jekyll/classifier-reborn/pull/119)) |
40 |
| - * Fixed relative URL issue on nav links and added benchmark data ([#118](https://github.com/jekyll/classifier-reborn/pull/118)) |
41 |
| - * Added custom layout with navigation ([#117](https://github.com/jekyll/classifier-reborn/pull/117)) |
42 |
| - * Created a static site for documentation ([#115](https://github.com/jekyll/classifier-reborn/pull/115)) |
43 |
| - * Removed redis gem from Dockerfile as it is added in gemspec ([#113](https://github.com/jekyll/classifier-reborn/pull/113)) |
44 |
| - * Speed up Docker image rebilding ([#112](https://github.com/jekyll/classifier-reborn/pull/112)) |
| 43 | + * Updated the truncated LICENSE file ([#116](https://github.com/jekyll/classifier-reborn/pull/116)) |
| 44 | + * Docs visual improvement and refactoring ([#119](https://github.com/jekyll/classifier-reborn/pull/119)) |
| 45 | + * Fixed relative URL issue on nav links and added benchmark data ([#118](https://github.com/jekyll/classifier-reborn/pull/118)) |
| 46 | + * Added custom layout with navigation ([#117](https://github.com/jekyll/classifier-reborn/pull/117)) |
| 47 | + * Created a static site for documentation ([#115](https://github.com/jekyll/classifier-reborn/pull/115)) |
| 48 | + * Removed redis gem from Dockerfile as it is added in gemspec ([#113](https://github.com/jekyll/classifier-reborn/pull/113)) |
| 49 | + * Speed up Docker image rebilding ([#112](https://github.com/jekyll/classifier-reborn/pull/112)) |
45 | 50 | * Improved Docker based development documentation ([#106](https://github.com/jekyll/classifier-reborn/pull/106))
|
46 | 51 | * Benchmark refactoring, improving efficiency, enhanced reporting ([#107](https://github.com/jekyll/classifier-reborn/pull/107))
|
47 | 52 | * Add Vietnamese stopwords ([#110](https://github.com/jekyll/classifier-reborn/pull/110))
|
48 |
| - * Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian ([#105](https://github.com/jekyll/classifier-reborn/pull/105)) |
| 53 | + * Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian ([#105](https://github.com/jekyll/classifier-reborn/pull/105)) |
49 | 54 | * Dockerfile and documentation ([#104](https://github.com/jekyll/classifier-reborn/pull/104))
|
50 | 55 | * Remove hard dep on Redis and update bin ([#96](https://github.com/jekyll/classifier-reborn/pull/96))
|
51 | 56 | * Documented Redis backend performance ([#103](https://github.com/jekyll/classifier-reborn/pull/103))
|
|
0 commit comments