Skip to content

Commit d5a7283

Browse files
committed
REL: Release v0.11.0
1 parent 35ce45a commit d5a7283

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Diptest Changelog
22

3+
## 0.11.0 -- April 2026
4+
5+
This release significantly improves bootstrapping performance by avoiding the sorting of the generated uniform sample.
6+
Expected speed-up is ~2-3x for arrays as small as 50.
7+
8+
### Changes
9+
10+
* OPT: [C++] Generate sorted uniform values using ordered statistics
11+
* OPT: [C++] Remove inefficient collect and accumulate pattern
12+
* BLD: [C++] Disable math-errno and trapping math
13+
* OPT: [C++] Minor performance optimisations
14+
* BLD: Switch to MacOS 13 as minimum deployment target
15+
16+
**Full Changelog**: https://github.com/RUrlus/diptest/compare/v0.10.0...v0.11.0
17+
318
## 0.10.0 -- July 2025
419

520
### Features

mbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake -S . -G Ninja -B build \
22
-DSKBUILD_PROJECT_NAME="diptest" \
3-
-DSKBUILD_PROJECT_VERSION="0.8.0" \
3+
-DSKBUILD_PROJECT_VERSION="0.11.0" \
44
-DDIPTEST_MBUILD=ON \
55
-DDIPTEST_CPP_STANDARD="11" \
66
-DDIPTEST_ENABLE_DEVMODE=ON \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55

66
[project]
77
name = "diptest"
8-
version = "0.10.0"
8+
version = "0.11.0"
99
description = "Hartigan's diptest."
1010
readme = "README.md"
1111
authors = [{ name = "Ralph Urlus", email = "rurlus.dev@email.com" }]

0 commit comments

Comments
 (0)