Skip to content

Commit

Permalink
🆙 Bump up version number to 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Apr 4, 2020
1 parent 436cdd3 commit 1b2d965
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 0.18.3
- Fix API documentation on [KNeighborsRegressor](https://yoshoku.github.io/rumale/doc/Rumale/NearestNeighbors/KNeighborsRegressor.html)
- Refector [rbf_kernel](https://yoshoku.github.io/rumale/doc/Rumale/PairwiseMetric.html#rbf_kernel-class_method) method.
- Delete unneeded marshal dump and load methods. The deletion work is complete.
- [Tree](https://yoshoku.github.io/rumale/doc/Rumale/Tree.html),
[Ensemble](https://yoshoku.github.io/rumale/doc/Rumale/Ensemble.html),
[Optimizer](https://yoshoku.github.io/rumale/doc/Rumale/Optimizer.html),
[OneVsRestClassifier](https://yoshoku.github.io/rumale/doc/Rumale/Multiclass/OneVsRestClassifier.html),
[GridSearchCV](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection/GridSearchCV.html).

# 0.18.2
- Change file composition of naive bayes classifiers.
- Add classifier class for [ComplementNaiveBayes](https://yoshoku.github.io/rumale/doc/Rumale/NaiveBayes/ComplementNB.html).
Expand Down
2 changes: 1 addition & 1 deletion lib/rumale/version.rb
Expand Up @@ -3,5 +3,5 @@
# Rumale is a machine learning library in Ruby.
module Rumale
# The version of Rumale you are using.
VERSION = '0.18.2'
VERSION = '0.18.3'
end

0 comments on commit 1b2d965

Please sign in to comment.