Skip to content

Commit

Permalink
Relase 0.7.0. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien authored Apr 8, 2022
1 parent 7f07058 commit b43141d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "changeforest"
description = "Classifier based non-parametric change point detection."
authors = ["Malte Londschien <[email protected]>"]
repository = "https://github.com/mlondschien/changeforest/"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion changeforest-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "changeforest_py"
version = "0.6.1"
version = "0.7.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion changeforest-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
urls = {homepage = "https://github.com/mlondschien/changeforest/"}
Expand Down
2 changes: 1 addition & 1 deletion changeforest-r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Description: Perform classifier based multivariate, non-parametric change point detection.
Expand Down
2 changes: 1 addition & 1 deletion changeforest-r/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'changeforestr'
version = '0.6.1'
version = '0.7.0'
edition = '2021'

[lib]
Expand Down

0 comments on commit b43141d

Please sign in to comment.