Skip to content

Commit

Permalink
chore(version): increment version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 31, 2024
1 parent d8fdd55 commit bed6fe0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,33 @@



## v0.6.0 (2024-07-31)

### Ci

* ci: fix workflow trigger of docker build ([`d8fdd55`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d8fdd557e2c2a39c2bfefdf6be03c2e77d63e209))

### Feature

* feat: add ``restart_stream=False`` as an option in evaluators ([`a965dc4`](https://github.com/adaptive-machine-learning/CapyMOA/commit/a965dc45c4d2edf796c76064ba2c880824c477d1))

* feat: add clustering and ssl ([`ae8b592`](https://github.com/adaptive-machine-learning/CapyMOA/commit/ae8b592ae658a7dcbf6c314e0764bb51e36afc5d))

* feat: add IJCAI 2024 tutorial ([`cac7900`](https://github.com/adaptive-machine-learning/CapyMOA/commit/cac790098f6eb62dd83e787b788a105afef1b094))

### Fix

* fix: remove tutorial notebook ([`d82e05d`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d82e05d2c9a5cf2b5e757636b3642cf3bbf10c00))

* fix: add overwritten changes in commit cc13390 for recurrent concept drifts ([`472a597`](https://github.com/adaptive-machine-learning/CapyMOA/commit/472a597cd4c18b7cb84884bc1acd9821a3ae24ca))


## v0.5.0 (2024-07-30)

### Chore

* chore(version): increment version to 0.5.0 ([`dc69780`](https://github.com/adaptive-machine-learning/CapyMOA/commit/dc69780b189ed468adefde9924f3d12745220bd0))

### Ci

* ci: fix bad condition ([`b096339`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b0963396e749d714e57dd0aa56c57b6807f167f2))
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CAPYMOA_VERSION="0.5.0"
CAPYMOA_VERSION="0.6.0"
2 changes: 1 addition & 1 deletion src/capymoa/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="0.5.0"
__version__="0.6.0"

0 comments on commit bed6fe0

Please sign in to comment.