New python-weka-wrapper releases

Weka 3.9.3 has been available for a couple of weeks now. Today, I finally had some time to update the python-weka-wrapper releases as well.
The new versions are:

What’s changed? Not overly much, but from now on the release archives include the weka.jar already and no longer attempt to download them during the installation. This should hopefully avoid issues of the weka.jar not being present on Mac OSX (but I can only guess, as I don’t have a Mac).
Also exposed the following methods in weka.classifiers.Evaluation: cumulative_margin_distribution, sf_prior_entropy, sf_scheme_entropy.