File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.2.5 (????-??-?? )
4+ 0.2.5 (2021-12-17 )
55------------------
66
77- switched to `python-javabridge `, the new name (fork?) of the `javabridge ` library
88- `Package.__str__ ` (`weka.core.packages ` module) method now returns a string rather than printing the name/version
99- added `to_numpy(...) ` methods to `Instance ` and `Instances ` classes (module `weka.core.dataset `)
1010 to make it easy to obtain a numpy array from the Weka dataset
11- - ...
1211
1312
14130.2.4 (2021-11-25)
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '0.2.4 '
56+ version = '0.2.5 '
5757# The full version, including alpha/beta/rc tags.
58- release = '0.2.4 '
58+ release = '0.2.5 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def _read(f):
5555 "weka" : ["lib/*.jar" ],
5656 },
5757 include_package_data = True ,
58- version = "0.2.4 " ,
58+ version = "0.2.5 " ,
5959 author = 'Peter "fracpete" Reutemann' ,
6060 author_email = 'pythonwekawrapper@gmail.com' ,
6161 install_requires = [
You can’t perform that action at this time.
0 commit comments