v0.9.0 (2025-03-28)
Ci
Documentation
-
docs(api): add missing packages to api docs (#239) (
da059a2
) -
docs: adding bibtex to readme, website, and cff file (
34ab916
)
Feature
-
feat(ocl): add optional intra-task evaluation (#242) (
42ab860
) -
feat: add ocl tutorial and batch base classes (
0eec6c6
) -
feat: update srp with minibatch function (#227)
Updated the SRP wrapper with mini-batch function and associated moa.jar (e4b6ab9
)
Co-authored-by: Justin Liu <[email protected]> (122a7e3
)
Fix
-
fix: remove broken typecheck in
save_model
for windows (#246) (ea6f24e
) -
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
)
Unknown
- doc: updating collaborator name
Fixing Justin's Name in the Bibtex
Authored by Yibin Sun (befae5b
)