Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 03:24
· 1 commit to main since this release

v0.9.0 (2025-03-28)

Ci

  • ci: add pr.md explaining CI (8561add)

  • ci: set sphinx 8.1.3 and add ruff target version (0895e32)

  • ci: add ruff formatter and linter (#216) (f4775c1)

Documentation

  • docs(api): add missing packages to api docs (#239) (da059a2)

  • docs: adding bibtex to readme, website, and cff file (34ab916)

Feature

  • feat: update moa.jar (#244) (8f044c0)

  • feat(ocl): add optional intra-task evaluation (#242) (42ab860)

  • feat: add ocl tutorial and batch base classes (0eec6c6)

  • feat: add ocl eval loop (#236) (e7544a0)

  • feat: update srp with minibatch function (#227)

Updated the SRP wrapper with mini-batch function and associated moa.jar (e4b6ab9)

  • feat: add ocl streams (7fe5d33)

  • feat: update anomaly score to increase with abnormality (#220)

Co-authored-by: Justin Liu <[email protected]> (122a7e3)

Fix

  • fix: remove broken typecheck in save_model for windows (#246) (ea6f24e)

  • fix: add getter functions to Schema (#241) (7a5aa36)

  • fix(OnlineIsolationForest): add random generator to assign unique seeds to OnlineIsolationTrees (dbb95f5)

  • fix: formatting (40d75e9)

  • fix: fix logic for multi-threads (75237b9)

  • fix: updating .cff file for correct citation information (#232) (1987a19)

  • fix: leveragingbagging parameter configuration (#203) (5c67fc9)

  • fix: increasing title underline length (7b324e2)

  • fix: update jpype to v1.5.1 (86d4d9d)

Refactor

  • refactor(test_anomaly_detectors): update accuracy output value of OnlineIsolationForest (9d85d21)

  • refactor: use python iterator instead of next_instance (b16268c)

  • refactor(stream): use pythonic iterators for streams (4ba4dd9)

Style

Test

  • test: skip non-ASCII moajar test on Windows (#245) (c9c49db)

  • test: fix test workdir and windows test import (#243) (fe40df1)

  • test: update progrss bar test (#234) (a931af6)

Unknown

  • doc: updating collaborator name

Fixing Justin's Name in the Bibtex
Authored by Yibin Sun (befae5b)