Skip to content

Commit bed6fe0

Browse files
author
github-actions
committed
chore(version): increment version to 0.6.0
1 parent d8fdd55 commit bed6fe0

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.6.0 (2024-07-31)
6+
7+
### Ci
8+
9+
* ci: fix workflow trigger of docker build ([`d8fdd55`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d8fdd557e2c2a39c2bfefdf6be03c2e77d63e209))
10+
11+
### Feature
12+
13+
* feat: add ``restart_stream=False`` as an option in evaluators ([`a965dc4`](https://github.com/adaptive-machine-learning/CapyMOA/commit/a965dc45c4d2edf796c76064ba2c880824c477d1))
14+
15+
* feat: add clustering and ssl ([`ae8b592`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ae8b592ae658a7dcbf6c314e0764bb51e36afc5d))
16+
17+
* feat: add IJCAI 2024 tutorial ([`cac7900`](https://github.com/adaptive-machine-learning/CapyMOA/commit/cac790098f6eb62dd83e787b788a105afef1b094))
18+
19+
### Fix
20+
21+
* fix: remove tutorial notebook ([`d82e05d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d82e05d2c9a5cf2b5e757636b3642cf3bbf10c00))
22+
23+
* fix: add overwritten changes in commit cc13390 for recurrent concept drifts ([`472a597`](https://github.com/adaptive-machine-learning/CapyMOA/commit/472a597cd4c18b7cb84884bc1acd9821a3ae24ca))
24+
25+
526
## v0.5.0 (2024-07-30)
627

28+
### Chore
29+
30+
* chore(version): increment version to 0.5.0 ([`dc69780`](https://github.com/adaptive-machine-learning/CapyMOA/commit/dc69780b189ed468adefde9924f3d12745220bd0))
31+
732
### Ci
833

934
* ci: fix bad condition ([`b096339`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b0963396e749d714e57dd0aa56c57b6807f167f2))

docker/.env

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

src/capymoa/__about__.py

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

0 commit comments

Comments
 (0)