Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@fracpete fracpete released this 11 Jul 23:41
· 34 commits to master since this release
  • added is_additional_measure_producer variable, additional_measures property and additional_measure(str) method to the weka.classifiers.Classifier class, giving convenient access to classes implementing weka.core.AdditionalMeasureProducer
  • replaced javabridge with jpype behind the scenes, simplifying native API calls
  • removed property JavaObject.jclasswrapper
  • property JavaObject.jwrapper is now deprecated and JavaObject.jobject should be used instead
  • renamed JavaArray.new_instance to JavaArray.new_array
  • now works on M1/M2 Macs
  • updated doc strings
  • updated documentation, especially around installation