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+ ## v0.4.1 -- May 2022
4+
5+ ### Enhancements
6+
7+ * Add option to set a stream for single threaded p-value bootstrap computation
8+
9+ ### Changes
10+
11+ * diptest.c was rewritten in C++ (Special thanks to [ Prodromos Kolyvakis] ( https://github.com/prokolyvakis ) )
12+ * Incorporated OptimizeForArchitecture from VC for better architecture specific
13+ compile flags
14+
315## v0.4.0 -- May 2022
416
517### Changes
Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED (VERSION 3.16 )
22
33IF (NOT DEFINED DIPTEST_VERSION_INFO)
4- SET (DIPTEST_VERSION_INFO "0.4.0 " )
4+ SET (DIPTEST_VERSION_INFO "0.4.1 " )
55ENDIF ()
66
77PROJECT (
Original file line number Diff line number Diff line change 2222
2323MAJOR = 0
2424REVISION = 4
25- PATCH = 0
25+ PATCH = 1
2626DEV = False
2727
2828# note: also update README.rst
You can’t perform that action at this time.
0 commit comments