Skip to content

Commit

Permalink
Upgrade macos runners to latest. (#146)
Browse files Browse the repository at this point in the history
* Upgrade macos runners to latest.

* 1.0.1.
  • Loading branch information
mlondschien authored Jun 1, 2023
1 parent 98cdbcd commit c330965
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
os: ubuntu-20.04

- vers: arm64
os: macos-10.15
os: macos-latest
- vers: x86_64
os: macos-10.15
os: macos-latest
- vers: universal2
os: macos-10.15
os: macos-latest

- vers: AMD64
os: windows-2019
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

# Changelog

## 1.0.1 - (2022-06-01)

**Bug fixes:**

- Python macos images are now again correctly built on GitHub runners.

## 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)
## 0.7.2 - (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 = "1.0.0"
version = "1.0.1"
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.0.0"
version = "1.0.1"
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.0.0"
version = "1.0.1"
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: 1.0.0
Version: 1.0.1
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 = '1.0.0'
version = '1.0.1'
edition = '2021'

[lib]
Expand Down

0 comments on commit c330965

Please sign in to comment.