Skip to content

Releases: Waikato/moa

MOA 24.07.0

18 Jul 13:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023.04.0...2024.07.0

MOA 23.04.0

04 Apr 23:53
Compare
Choose a tag to compare

MOA 23.04.0

  • upgraded fcms-widgets to 0.0.25 to fix bug in directory chooser when using bookmarks (directory tree wasn't expanded properly at the leaf)
  • upgraded fcms-widgets to 0.0.24
  • switched to SimpleDirectoryChooser for selecting directories (from simple-directory-chooser library)
  • upgraded maven-compiler-plugin to 3.10.1; source=target=11 now
  • upgraded weka to 3.9.6
  • upgraded gson to 2.8.9 to address CVE-2022-25647
  • switched scm to git+ssh
  • removed jide-oss dependency and look'n'feel (incompatible with Java 17); upgraded jshell-scripting to 0.1.2; upgraded fcms-widgets to 0.0.22; upgraded Meka to 1.9.7
  • Setup CD MOA docker workflow (PR #262)
  • Test reference files missed in PR #261 and #258 + support to set DJL Engine random seed (PR #263)
  • #260 moa.classifiers.meta.imbalanced Tests are failing (PR #261)
  • Adding support for CAND (PR #258)
  • Random forest for iSOUP-Tree (PR #254)
  • New StandardisationFilter (PR #245)
  • Update OnlineAdaBoost.java
  • Fix resetLearning to clear ArrayLists (PR #250)
  • Fixes multilabel classifiers and multilabel generator (PR #249)
  • iSOUP-Tree integration files (PR #253)
  • Update SAMkNN.java (PR #247)
  • #252 IllegalAccessError when trying to browse for an ARFF file in ArffFileStream
  • added maven-dependency-plugin to generate GraphML output for all dependency to make tracking down issues in dependencies easier
  • Update ADWINChangeDetector.java (PR #251)
  • upgraded fcms-widgets to 0.0.21
  • upgraded fcms-widgets to 0.0.20
  • upgraded jclasslocator to 0.0.19

MOA 21.07.0

19 Jul 00:36
Compare
Choose a tag to compare

MOA 2021.07.0

  • Added Normalisation, Standardisation, Hashing Trick and Random Projection filters.
  • commons.io version bumped from 2.4 to 2.7.
  • Added task to write instances to a Kafka topic.
  • Last-selected view-mode is now persistent between restarts.

MOA 20.12.0

16 Dec 21:47
Compare
Choose a tag to compare

New in this version:

  • Regression in kNN.
  • New Feature Analysis module.
  • New meta-classifiers.
  • Meta-task for exporting a task as a Jupyter notebook.

MOA 20.07.1

26 Jul 22:32
Compare
Choose a tag to compare

Changes in this version:

  • Updated a dependency to fix a bug where the LooknFeel on the Mac platform was throwing an exception.

MOA 20.07.0

12 Jul 22:52
Compare
Choose a tag to compare

New in this version:

  • Fixed look-and-feel issues on Mac

MOA 20.06.0

30 Jun 02:28
Compare
Choose a tag to compare

New in this release:

  • New multi-page layout
  • New moa-kafka module for reading instances from a Kafka topic
  • Adaptive Random Forest defaults now align with original ARF_fast publication
  • Addition of the Streaming Random Patches algorithm
  • Accuracy-updated ensembles can now use base learners that are not just Hoeffding Trees
  • No-Change classifier now available in Lite view mode
  • Addition of the ConfStream clustering algorithm
  • Bug fixes

MOA 2020.05.1

18 May 23:28
Compare
Choose a tag to compare

Further hotfix for the issue where MOA classes weren't discoverable in Weka.

Dropped the HOTFIX suffix as the Weka package manager doesn't like it.

MOA 20.05.0-HOTFIX

13 May 04:34
Compare
Choose a tag to compare

Hotfix to allow MOA classes to be discovered in Weka using Java11.

MOA 19.05.0

17 May 04:08
Compare
Choose a tag to compare

New in this release:

  • Fixed error when using MOA as a package in WEKA (caused by using the wrong class-loader)
  • Fixed error where the class selection dialoque wouldn't set the selected class properly against the parent object.