Skip to content

Commit

Permalink
Prepare 1.1.4 release. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Jan 8, 2024
1 parent f2159e9 commit 80a0d18
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changelog

## 1.1.4 - (2024-01-08)

**Other changes:**

- Manually set compilation `target` in `Makevars` of the R-package based on the environment variable `TARGET` to simplify cross-compilation.

## 1.1.3 - (2024-01-06)

**Other changes:**
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 <malte@londschien.ch>"]
repository = "https://github.com/mlondschien/changeforest/"
version = "1.1.3"
version = "1.1.4"
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 = "1.1.3"
version = "1.1.4"
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 = "1.1.3"
version = "1.1.4"
requires-python = ">=3.8"
author = "Malte Londschien <malte@londschien.ch>"
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: 1.1.3
Version: 1.1.4
Author: Malte Londschien
Maintainer: Malte Londschien <malte@londschien.ch>
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,7 +1,7 @@
[package]
name = 'changeforestr'
publish = false
version = '1.1.3'
version = '1.1.4'
edition = '2021'

[lib]
Expand Down

0 comments on commit 80a0d18

Please sign in to comment.