Skip to content

Commit 77a333f

Browse files
author
github-actions
committed
chore(version): increment version to 0.9.0
1 parent ea6f24e commit 77a333f

File tree

3 files changed

+90
-2
lines changed

3 files changed

+90
-2
lines changed

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,96 @@
22

33

44

5+
## v0.9.0 (2025-03-28)
6+
7+
### Ci
8+
9+
* ci: add ``pr.md`` explaining CI ([`8561add`](https://github.com/adaptive-machine-learning/CapyMOA/commit/8561add09a14d9518ef049cbe6538de8258330d4))
10+
11+
* ci: set sphinx 8.1.3 and add ruff target version ([`0895e32`](https://github.com/adaptive-machine-learning/CapyMOA/commit/0895e32b2f24ead141b79a20075c72161b517d5d))
12+
13+
* ci: add ruff formatter and linter (#216) ([`f4775c1`](https://github.com/adaptive-machine-learning/CapyMOA/commit/f4775c1bca7e520932f1eb2d518eff8df5da7b60))
14+
15+
### Documentation
16+
17+
* docs(api): add missing packages to api docs (#239) ([`da059a2`](https://github.com/adaptive-machine-learning/CapyMOA/commit/da059a24cf252bb03510d3cce22bacc7c1b24a9c))
18+
19+
* docs: adding bibtex to readme, website, and cff file ([`34ab916`](https://github.com/adaptive-machine-learning/CapyMOA/commit/34ab9162e8b3c176a1f7f998b82c3c656f7bd07a))
20+
21+
### Feature
22+
23+
* feat: update ``moa.jar`` (#244) ([`8f044c0`](https://github.com/adaptive-machine-learning/CapyMOA/commit/8f044c01db3c5a974d480d06f44afb8b4ae79c9a))
24+
25+
* feat(ocl): add optional intra-task evaluation (#242) ([`42ab860`](https://github.com/adaptive-machine-learning/CapyMOA/commit/42ab860a60a6ef0b449c21502392ff9296729c21))
26+
27+
* feat: add ocl tutorial and batch base classes ([`0eec6c6`](https://github.com/adaptive-machine-learning/CapyMOA/commit/0eec6c6462d4e90f602cb46fe2860aae542e842f))
28+
29+
* feat: add ocl eval loop (#236) ([`e7544a0`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e7544a06794898e01bae388e2c2a923473981b80))
30+
31+
* feat: update srp with minibatch function (#227)
32+
33+
Updated the SRP wrapper with mini-batch function and associated moa.jar ([`e4b6ab9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e4b6ab99388d2ca317b7abf57131667f2ee16510))
34+
35+
* feat: add ocl streams ([`7fe5d33`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7fe5d33ebfb5fba927b8526d9560b6ce1cb93e21))
36+
37+
* feat: update anomaly score to increase with abnormality (#220)
38+
39+
Co-authored-by: Justin Liu <[email protected]> ([`122a7e3`](https://github.com/adaptive-machine-learning/CapyMOA/commit/122a7e380d37eeb90c5a033812c5fb5904a292a5))
40+
41+
### Fix
42+
43+
* fix: remove broken typecheck in ``save_model`` for windows (#246) ([`ea6f24e`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ea6f24e75422b59ee41d82cdc7235f1b5ef77185))
44+
45+
* fix: add getter functions to Schema (#241) ([`7a5aa36`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7a5aa366cb2a3e950eb284bc9e92592e9eb77ad9))
46+
47+
* fix(OnlineIsolationForest): add random generator to assign unique seeds to OnlineIsolationTrees ([`dbb95f5`](https://github.com/adaptive-machine-learning/CapyMOA/commit/dbb95f57f2ec0d4e6fbeea6cb13b04121cfb40ad))
48+
49+
* fix: formatting ([`40d75e9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/40d75e920af2501132695380610f1d599408a83b))
50+
51+
* fix: fix logic for multi-threads ([`75237b9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/75237b9d59722476f74f3ee73ab88a6fc542c463))
52+
53+
* fix: updating .cff file for correct citation information (#232) ([`1987a19`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1987a192f922f8d02c3141881e66e306e7ac43a0))
54+
55+
* fix: leveragingbagging parameter configuration (#203) ([`5c67fc9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/5c67fc994eea9723059f5f49b4ead48a61832da1))
56+
57+
* fix: increasing title underline length ([`7b324e2`](https://github.com/adaptive-machine-learning/CapyMOA/commit/7b324e2a5a9688a3a448b17cb2c7cf14e7ad0a67))
58+
59+
* fix: update jpype to v1.5.1 ([`86d4d9d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/86d4d9d8f33a0ee94208156c67c23b1c665db5af))
60+
61+
### Refactor
62+
63+
* refactor(test_anomaly_detectors): update accuracy output value of OnlineIsolationForest ([`9d85d21`](https://github.com/adaptive-machine-learning/CapyMOA/commit/9d85d21e53d934a4333d57fa134d4d9f0efe0cd5))
64+
65+
* refactor: use python iterator instead of `next_instance` ([`b16268c`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b16268c064ea9c348800263df844e60afc7208c5))
66+
67+
* refactor(stream): use pythonic iterators for streams ([`4ba4dd9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/4ba4dd9c31796fbeb3d2b339f1bdf852e0e55521))
68+
69+
### Style
70+
71+
* style: format to fix quality checks (#228) ([`18321ff`](https://github.com/adaptive-machine-learning/CapyMOA/commit/18321ff9a7c547caa7d47f6e794c8632d1aeb046))
72+
73+
### Test
74+
75+
* test: skip non-ASCII moajar test on Windows (#245) ([`c9c49db`](https://github.com/adaptive-machine-learning/CapyMOA/commit/c9c49dbc13d0a99090577a28e1b5c8ebc6bdfd8e))
76+
77+
* test: fix test workdir and windows test import (#243) ([`fe40df1`](https://github.com/adaptive-machine-learning/CapyMOA/commit/fe40df178d042f57af45fd2f23f4dac10411d963))
78+
79+
* test: update progrss bar test (#234) ([`a931af6`](https://github.com/adaptive-machine-learning/CapyMOA/commit/a931af6e023966cf8c6e059d6fc7f767f1735d0d))
80+
81+
### Unknown
82+
83+
* doc: updating collaborator name
84+
85+
Fixing Justin's Name in the Bibtex
86+
Authored by Yibin Sun ([`befae5b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/befae5bc85367ef57f266c553848a0105d11ddef))
87+
88+
589
## v0.8.2 (2024-12-04)
690

91+
### Chore
92+
93+
* chore(version): increment version to 0.8.2 ([`6253bff`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6253bffda2e24c6e6ca2f4ee9c79a64f8f2fcae2))
94+
795
### Fix
896

997
* fix: fix release.yml ([`6be2832`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6be2832f586bfd6cfab3537235ab65bb4cecb109))

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CAPYMOA_VERSION="0.8.2"
1+
CAPYMOA_VERSION="0.9.0"

src/capymoa/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.2"
1+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)