Releases: paulgoetze/weka-jruby
Releases · paulgoetze/weka-jruby
v0.8.0 - Update & Bugfix release
- Support JRuby >=9.4.0.0 (Ruby 3 compatibility)
- Update dev dependencies
- Fix redefinition of
Evaluation#confusion_matrix
- added amatrix_string
alias method instead forto_matrix_string
Full Changelog: v0.7.4...v0.8.0
v0.7.4 - Update and bugfix release
- Update Weka Jar dependency to weka-dev v3.9.6
Please also refer to the weka changelog for included updates & fixes:
https://www.cs.waikato.ac.nz/~ml/weka/CHANGELOG-3-9-6 - Update dev dependencies
- Fix bug with #set_options for JRuby 9.3.4.0
Full Changelog: v0.7.3...v0.7.4
v0.7.3 - Update release
- Update Weka Jar dependency to weka-dev v3.9.5 (#36)
Please also refer to the weka changelog for included updates & fixes:
https://www.cs.waikato.ac.nz/~ml/weka/CHANGELOG-3-9-5 - Update dev dependencies
Full Changelog: v0.7.2...v0.7.3
v0.7.2 - Update release
- Update Weka Jar dependency to weka-dev v3.9.4 (#35)
Please also refer to the weka changelog for included updates & fixes:
https://www.cs.waikato.ac.nz/~ml/weka/CHANGELOG-3-9-4 - Drop shoulda-matchers as dev-dependency
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - Update and bugfix release
- Update weka Jar dependency to weka-dev v3.9.3 (#31)
- Update rake to ~>12.0, jar-dependencies to ~>0.4
- Fix Float::NAN comparison for JRuby v9.2.0.0+ (Float::NAN === Float::NAN --> false)
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - Feature release
- Update weka Jar dependency to weka-dev v3.9.2 (#27)
- Make missing/new classes available for filters, classifiers, and clusterers
Full Changelog: v0.6.0...v0.7.0
v0.6.0 - Feature and bugfix release
- Use jar-dependencies instead of lock_jar gem (#23)
- Add CHANGELOG (#24)
- Add
#copy
method toWeka::Core::Instances
- Make
Weka::Core::Instances#instance_from
public - Fix running
#classify/#cluster
and#distribution_for
of deserialized classifiers/clusteres (#26)
Full Changelog: v0.5.0...v0.6.0
v.0.5.0 - Feature release
- Allow passing hash to Instances#add_instance (#16)
- Add
#to_m
(to Matrix) method toWeka::Core::Instances
(#19) - Add curve classes to classifier evaluator namespace (#20)
- Add Rubocop config to project + general code cleanup (#21)
Full Changelog: v0.4.0...v0.5.0
v0.4.0 - Feature release
v0.3.0 - Feature release
Features:
- Allow adding instances with missing values and creating DenseInstances with missing values #5
- Add #merge to instances #6
Full Changelog: v0.2.0...v0.3.0