Skip to content

Commit dc69780

Browse files
author
github-actions
committed
chore(version): increment version to 0.5.0
1 parent 5c9715a commit dc69780

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.5.0 (2024-07-30)
6+
7+
### Ci
8+
9+
* ci: fix bad condition ([`b096339`](https://github.com/adaptive-machine-learning/CapyMOA/commit/b0963396e749d714e57dd0aa56c57b6807f167f2))
10+
11+
* ci: trigger docker builds on release ([`1ef2ad6`](https://github.com/adaptive-machine-learning/CapyMOA/commit/1ef2ad6ba1c9efd83c84882f8608040fae333330))
12+
13+
### Documentation
14+
15+
* docs: recommend https git clone ([`5c9715a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/5c9715ad6ffb33a1d85cb80e41220166f306bdd7))
16+
17+
* docs: fix ``__init__`` documentation ([`29c516a`](https://github.com/adaptive-machine-learning/CapyMOA/commit/29c516a5ae1d48b37ac506b006ff3a78e9900179))
18+
19+
* docs(about.rst): add Justin Liu ([`4d97ead`](https://github.com/adaptive-machine-learning/CapyMOA/commit/4d97ead6012c659d3c8eed1f6c9af78b2e413019))
20+
21+
### Feature
22+
23+
* feat: add reference to Autoencoder anomaly detector ([`d8787e8`](https://github.com/adaptive-machine-learning/CapyMOA/commit/d8787e80d4d1dc5527ca5c47c88743751760d6f9))
24+
25+
* feat(Anomaly-Detection): add Autoencoder anomaly detector ([`e27cbe9`](https://github.com/adaptive-machine-learning/CapyMOA/commit/e27cbe98c8736d161304e6bb77e8c6918b3bbb91))
26+
27+
### Fix
28+
29+
* fix: updating AD docs and notebook ([`47ee056`](https://github.com/adaptive-machine-learning/CapyMOA/commit/47ee056ae7d2c8f18c2be30f7942b2bec63936d8))
30+
31+
* fix: corrections to anomaly evaluation ([`57b93c3`](https://github.com/adaptive-machine-learning/CapyMOA/commit/57b93c3d599a0c6a16a0f822b1060b63456648fd))
32+
33+
534
## v0.4.0 (2024-07-25)
635

736
### Build
837

938
* build: ignore the stub build issue in editable installs ([`347ed74`](https://github.com/adaptive-machine-learning/CapyMOA/commit/347ed74dbe4ef2c523a5ed784273b2d5831adc27))
1039

40+
### Chore
41+
42+
* chore(version): increment version to 0.4.0 ([`6e423cc`](https://github.com/adaptive-machine-learning/CapyMOA/commit/6e423cccf7bf30c295fa18608e7d2540bb88648b))
43+
1144
### Documentation
1245

1346
* docs(tutorial.rst): add talks section ([`c5a339b`](https://github.com/adaptive-machine-learning/CapyMOA/commit/c5a339b9b8188bceea46bb5393a337e55d03539a))

docker/.env

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

src/capymoa/__about__.py

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

0 commit comments

Comments
 (0)