python-weka-wrapper bugfix release 0.3.6

The bug fixes for the python-weka-wrapper library over the last few days were important enough to prompt a new release: 0.3.6.

Here are the changes since 0.3.5:

  • Loader.load_file method now checks whether the dataset file really exists, otherwise a previously loaded file gets loaded again without an error message (seems to be a Weka issue)
  • replaced org.pentaho.packageManagement with weka.core.packageManagement as the package management code is now part of Weka rather than a third-party library
  • jvm.start() no longer tries to load packages and therefore suppresses error message if $HOME/wekafiles/packages should not yet exist