Skip to content

Commit

Permalink
Merge pull request #54 from NorskRegnesentral/release-0.10
Browse files Browse the repository at this point in the history
[MNT] Prepare 0.10 release
  • Loading branch information
Tveten authored Dec 13, 2024
2 parents cac96df + ece6b88 commit 63b1318
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ detector.fit_predict(df)
1 [250, 300) 2 [2, 1, 0]
```


<!-- Optional dependencies:
- Penalty tuning: `optuna` >= 3.1.1
- Plotting: `plotly` >= 5.13.0. -->


## License

`skchange` is a free and open-source software licensed under the [BSD 3-clause license](https://github.com/NorskRegnesentral/skchange/blob/main/LICENSE).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skchange"
version = "0.9.1"
version = "0.10.0"
description = "Sktime-compatible change and anomaly detection"
authors = [
{name = "Martin Tveten", email = "tveten@nr.no"},
Expand Down
2 changes: 1 addition & 1 deletion skchange/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""skchange."""

__version__ = "0.9.1"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion skchange/anomaly_detectors/capa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class CAPA(BaseSegmentAnomalyDetector):
See Also
--------
`MVCAPA` : Multivariate CAPA with affected variable inference.
MVCAPA : Multivariate CAPA with affected variable inference.
References
----------
Expand Down

0 comments on commit 63b1318

Please sign in to comment.