Skip to content

Releases: RUrlus/diptest

Diptest v0.8.1

03 Sep 14:56
Compare
Choose a tag to compare

Changes

  • PKG: Suppress error when two version of OpenMP are loaded by @RUrlus in #58

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

22 Apr 16:26
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

28 Dec 21:36
Compare
Choose a tag to compare

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

02 Dec 16:26
fbecda5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Diptest v0.6.0

02 Nov 19:51
Compare
Choose a tag to compare

Feature release

Enhancements

Full Changelog: v0.5.2...v0.6.0

Diptest v0.5.2

05 Dec 12:24
Compare
Choose a tag to compare

v0.5.2 -- December 2022

Enhancements

  • Added support for Python 3.11

Patch release diptest v0.5.1

28 Jun 09:08
Compare
Choose a tag to compare

v0.5.1 -- June 2022

Fix

  • Fix typo in OPENMP support macro

Release diptest v0.5.0

27 Jun 14:18
Compare
Choose a tag to compare

v0.5.0 -- June 2022

Changes

Enhancements

  • Set _has_open_mp_support attribute to the extension for neater support checks

Patch release Diptest v0.4.2

06 May 14:14
Compare
Choose a tag to compare

v0.4.2 -- May 2022

Fixes

  • Fix bug in bootstrap p-value computation due to missing cast

Changes

Release Diptest v0.4.1

02 May 16:02
Compare
Choose a tag to compare

Enhancements

  • Add option to set a stream for single threaded p-value bootstrap computation