Releases: RUrlus/diptest
Releases · RUrlus/diptest
v0.8.2
Changes
Internal
- CICD: Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 by @dependabot in #59
- CICD: Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 by @dependabot in #60
- CICD: Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 by @dependabot in #61
Full Changelog: v0.8.1...v0.8.2
Diptest v0.8.1
Changes
Internal
- CICD: Switch to MacOS ARM runners by @RUrlus in #52
- CICD: Add TestPyPi step by @RUrlus in #49
- CICD: Switch to trusted publisher based release by @RUrlus in #48
- CICD: Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #53
- CICD: Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #54
- CICD: Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 by @dependabot in #55
- CICD: Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in #56
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
- BLD: Vendor OpenMP binary in wheel by @RUrlus in #39
- CHG: [C++] Use the cheap-multiplier variant of the PCG64DXSM by @RUrlus in #46
- BLD: [C++] Replace outdated architecture flag script and build-out CMake files by @RUrlus in #47
Internal
- Bump actions/setup-python from 3 to 5 by @dependabot in #41
- Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 by @dependabot in #40
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #43
- Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #44
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- CICD: Drop Python 3.7 from wheel creation by @RUrlus in #38
- ENH: Add support for Python 3.12 by @RUrlus in #37
- FIX: Correct off-by-one error in the indexes of the full results by @RUrlus in #37
- MAINT: Switch to Scikit-build-core as build backend by @RUrlus in #37
Full Changelog: v0.6.1...v0.7.0
Patch release 0.6.1
What's Changed
- FIX: Correct the out of index error in interpolation by @prokolyvakis in #32
Full Changelog: v0.6.0...v0.6.1
Diptest v0.6.0
Feature release
Enhancements
- Add full output support in diptest by @prokolyvakis in #29
Full Changelog: v0.5.2...v0.6.0
Diptest v0.5.2
v0.5.2 -- December 2022
Enhancements
- Added support for Python 3.11
Patch release diptest v0.5.1
v0.5.1 -- June 2022
Fix
- Fix typo in OPENMP support macro
Release diptest v0.5.0
v0.5.0 -- June 2022
Changes
- Disable input checks for internal calls to diptst. (Suggested by Prodromos Kolyvakis)
Enhancements
- Set
_has_open_mp_support
attribute to the extension for neater support checks
Patch release Diptest v0.4.2
v0.4.2 -- May 2022
Fixes
- Fix bug in bootstrap p-value computation due to missing cast
Changes
- Speed by moving critical values to constant class. (Special thanks to Prodromos Kolyvakis)