Skip to content

Release v0.2.12

Compare
Choose a tag to compare
@fracpete fracpete released this 07 Dec 20:40
· 26 commits to master since this release
  • method install_packages (module: weka.core.packages) now no longer interprets the installation message returned when installing from URL or local zip file as failure to install; also outputs any installation message now in the console; now has flags for fail_fast mode (first package that fails stops installation process) and whether to return details (dict per package rather than just a bool for all packages)
  • method install_package (module: weka.core.packages) can return either a boolean flag of success or detailed information