Skip to content

Commit

Permalink
Prepare 1.0.0 release. (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien authored May 31, 2023
1 parent 13de163 commit 98cdbcd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

# Changelog

## 0.7.2 - (2022-05-09)
## 1.0.0 - (2022-05-30)

First major release. There have been no changes since the last release. The manuscript is to be published in JMLR.

## 1.0.0 - (2022-05-09)

**Bug fixes:**

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 = "Random Forests for Change Point Detection"
authors = ["Malte Londschien <[email protected]>"]
repository = "https://github.com/mlondschien/changeforest/"
version = "0.7.2"
version = "1.0.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.7.2"
version = "1.0.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 = "Random Forests for Change Point Detection"
readme = "README.md"
version = "0.7.2"
version = "1.0.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: Random Forests for Change Point Detection
Version: 0.7.2
Version: 1.0.0
Author: Malte Londschien
Maintainer: Malte Londschien <[email protected]>
Description:
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.7.2'
version = '1.0.0'
edition = '2021'

[lib]
Expand Down

0 comments on commit 98cdbcd

Please sign in to comment.