new release: 0.2.16

6 views
Skip to first unread message

Peter Reutemann

unread,
May 9, 2024, 7:44:07 PMMay 9
to python-weka-wrapper
Hi everyone

A new release of python-weka-wrapper3 is out: 0.2.16

Changes since 0.2.14:
  • the methods create_instances_from_lists and create_instances_from_matrices of the weka.core.dataset module can handle missing values now (None in case of lists, nan in case of matrices), as well as being able to force columns to be nominal
  • added the method load_csv_file to the module weka.core.converters to provide a more reliable way of loading CSV files compared to Weka's native CSVLoader converter (uses Python's csv module and then calls create_instances_from_lists).
  • added simple_range library as dependency to make it easier to generate integer list from range strings
  • added weka.core.utils module with following methods: correlation, variance, normalize
  • updated requirements (and install instructions) to make pww3 work with Python 3.11+
Due to NVIDIA deleting the CUDA 10.2 base image, no more GPU docker images will be published (0.2.14 was the last).

Please note, that the 0.2.15 release was a dud.

Cheers, Peter

Reply all
Reply to author
Forward
0 new messages