Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jun 28, 2015
1 parent 6da38f1 commit dabbcc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit dabbcc9

Please sign in to comment.