Skip to content

Commit b346784

Browse files
committed
prepared for release
1 parent 5d6af9a commit b346784

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Changelog
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

1413
0.2.4 (2021-11-25)

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=[

0 commit comments

Comments
 (0)