Skip to content

Commit

Permalink
🆙 Bump up version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Feb 28, 2019
1 parent 4baabae commit e81c102
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.8.0
## Information
- Rename the project to [Rumale](https://github.com/yoshoku/Rumale).
- SVMKit has been deprecated and has been renamed to Rumale. SVMKit will release only bugfix.

## Breaking changes
- Rename SGDLienareEstimator class to BaseLienarModel class.
- Add data type option to load_libsvm_file method. By default, the method represents the feature with Numo::DFloat.

## Refactoring
- Refactor factorization machine estimators.
- Refactor decision tree estimators.

# 0.7.3
- Add class for grid search performing hyperparameter optimization.
- Add argument validations to Pipeline.
Expand Down
2 changes: 1 addition & 1 deletion lib/svmkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# SVMKit is a machine learning library in Ruby.
module SVMKit
# @!visibility private
VERSION = '0.7.3'.freeze
VERSION = '0.8.0'.freeze
end

0 comments on commit e81c102

Please sign in to comment.