Skip to content

Commit

Permalink
REL: Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Apr 22, 2024
1 parent 920372b commit be5147c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Diptest Changelog

## v0.8.0 -- April 2024

* CHG: [C++] Use the cheap-multiplier variant of the PCG64DXSM by @RUrlus in https://github.com/RUrlus/diptest/pull/46
* BLD: [C++] Replace outdated architecture flag script and build-out CMake files by @RUrlus in https://github.com/RUrlus/diptest/pull/47
* BLD: Vendor OpenMP binary in wheel by @RUrlus in https://github.com/RUrlus/diptest/pull/39

### CICD

* Bump actions/setup-python from 3 to 5 by @dependabot in https://github.com/RUrlus/diptest/pull/41
* Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 by @dependabot in https://github.com/RUrlus/diptest/pull/40
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in https://github.com/RUrlus/diptest/pull/43
* Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in https://github.com/RUrlus/diptest/pull/44

## v0.7.0 -- December 2023

* ENH: Add support for Python 3.12 by @rurlus
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "diptest"
version = "0.8.0dev0"
version = "0.8.0"
description = "Hartigan's diptest."
readme = "README.md"
authors = [{ name = "Ralph Urlus", email = "rurlus.dev@email.com" }]
Expand Down

0 comments on commit be5147c

Please sign in to comment.