Follow-up release: python-weka-wrapper 0.2.2

Unfortunately, there was a typo in the CHANGES.rst file that screwed up the formatting completely. Hence I decided to make another release, which should see speed improvements in some often used methods.

Full change log here:

  • added convenience methods no_class (to unset class) and has_class (class set?) to Instances class
  • switched to using faster method objects for methods classify_instance/distribution_for_instance in Classifier class
  • switched to using faster method objects for methods cluster_instance/distribution_for_instance in Clusterer class
  • switched to using faster method objects for methods class_index, is_missing, get/set_value, get/set_string_value, weight in Instance class
  • switched to using faster method objects for methods input, output, outputformat in Filter class
  • switched to using faster method objects for methods attribute, attribute_by_name, num_attributes, num_instances, class_index, class_attribute, set_instance, get_instance, add_instance in Instances class