Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 12:44
· 8 commits to master since this release
b9f7a17

LIBSVM v0.7.0

Diff since v0.6.0

Closed issues:

  • Small improvement (#46)
  • Error building LIBSVM (#62)
  • How does one specify a pre-computed kernel? (#71)

Merged pull requests:

  • remove global variable verbosity (#68) (@iblis17)
  • add libsvm_version c global var (#69) (@iblis17)
  • Avoid abstract types of fields in SupportVectors (#70) (@barucden)
  • Call svm_check_parameter before training (#72) (@barucden)
  • Add support for precomputed kernel. (#73) (@barucden)
  • LibSVMtypes: using C style type alias (#74) (@iblis17)
  • refine check_parameter, use proper type mapping (#75) (@iblis17)
  • Wrap ccalls with proper Julia functions (#76) (@barucden)
  • refine svmpredict (#77) (@iblis17)
  • Eliminate duplicated allocations of at-cfunction for libsvm_set_verbose (#78) (@iblis17)
  • Add GC.preserve to extend the object lifecycle (#79) (@iblis17)
  • cleanup duplicated libsvm_check_parameter call (#82) (@iblis17)
  • README: documentation for precomputed kernel (#83) (@barucden)