diff --git a/CHANGES.rst b/CHANGES.rst index f027c4f..083a555 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,14 +1,13 @@ Changelog ========= -0.3.2 (????-??-??) +0.3.2 (2015-06-29) ------------------ - The `packages` parameter of the `weka.core.jvm.start()` function can be used for specifying an alternative Weka home directory now as well - added `train_test_split` method to `weka.core.Instances` class to easily create train/test splits - `evaluate_train_test_split` method of `weka.classifiers.Evaluation` class now uses the `train_test_split` method -- ... 0.3.1 (2015-04-23) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9252515..261d99e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.3.1' +version = '0.3.2' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index ac2a961..0b41deb 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def _read(f): "weka": ["lib/*.jar"], }, include_package_data=True, - version="0.3.1", + version="0.3.2", author='Peter "fracpete" Reutemann', author_email='pythonwekawrapper at gmail dot com', install_requires=[