From b43141d340addcbdfafa8bebe56eb595335b6be8 Mon Sep 17 00:00:00 2001 From: Malte Londschien <61679398+mlondschien@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:29:04 +0200 Subject: [PATCH] Relase 0.7.0. (#112) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- changeforest-py/Cargo.toml | 2 +- changeforest-py/pyproject.toml | 2 +- changeforest-r/DESCRIPTION | 2 +- changeforest-r/src/rust/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b80482..f66f4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.7.0 - (2022-04-08) -**New features: +**New features**: - New plotting methods `BinarySegmentationResult.plot` and `OptimizerResult.plot` (Python). - New plotting methods `plot.binary_segmentation_result` and `plot.binary_segmentation_result` (R). diff --git a/Cargo.toml b/Cargo.toml index 37c5d8a..45d2496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "changeforest" description = "Classifier based non-parametric change point detection." authors = ["Malte Londschien "] repository = "https://github.com/mlondschien/changeforest/" -version = "0.6.1" +version = "0.7.0" edition = "2021" readme = "README.md" license = "BSD-3-Clause" diff --git a/changeforest-py/Cargo.toml b/changeforest-py/Cargo.toml index ae1fb05..88f187c 100644 --- a/changeforest-py/Cargo.toml +++ b/changeforest-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "changeforest_py" -version = "0.6.1" +version = "0.7.0" edition = "2021" [lib] diff --git a/changeforest-py/pyproject.toml b/changeforest-py/pyproject.toml index fa12a01..c5bf23d 100644 --- a/changeforest-py/pyproject.toml +++ b/changeforest-py/pyproject.toml @@ -2,7 +2,7 @@ name = "changeforest" description = "Classifier based non-parametric change point detection" readme = "README.md" -version = "0.6.1" +version = "0.7.0" requires-python = ">=3.7" author = "Malte Londschien " urls = {homepage = "https://github.com/mlondschien/changeforest/"} diff --git a/changeforest-r/DESCRIPTION b/changeforest-r/DESCRIPTION index 3824a94..30e5d52 100644 --- a/changeforest-r/DESCRIPTION +++ b/changeforest-r/DESCRIPTION @@ -1,7 +1,7 @@ Package: changeforest Type: Package Title: Classifier Based Non-Parametric Change Point Detection -Version: 0.6.1 +Version: 0.7.0 Author: Malte Londschien Maintainer: Malte Londschien Description: Perform classifier based multivariate, non-parametric change point detection. diff --git a/changeforest-r/src/rust/Cargo.toml b/changeforest-r/src/rust/Cargo.toml index 8af09a6..1757181 100644 --- a/changeforest-r/src/rust/Cargo.toml +++ b/changeforest-r/src/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'changeforestr' -version = '0.6.1' +version = '0.7.0' edition = '2021' [lib]