File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cmake -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 \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
66[project ]
77name = " diptest"
8- version = " 0.10 .0"
8+ version = " 0.11 .0"
99description = " Hartigan's diptest."
1010readme = " README.md"
1111authors = [{ name = " Ralph Urlus" , email = " rurlus.dev@email.com" }]
You can’t perform that action at this time.
0 commit comments