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.0 -- May 2022
4+
5+ ### Changes
6+
7+ * diptest.c was rewritten in C++ (Special thanks to [ Prodromos Kolyvakis] ( https://github.com/prokolyvakis ) )
8+ * Incorporated OptimizeForArchitecture from VC for better architecture specific
9+ compile flags
10+
311## v0.3.0 -- April 2022
412
513### 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.3 .0" )
4+ SET (DIPTEST_VERSION_INFO "0.4 .0" )
55ENDIF ()
66
77PROJECT (
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ The fork is an update with a number of changes:
128128* P-value computation using bootstrapping has been moved down to C++ with optional parallelisation support through OpenMP
129129* Removed overhead caused by debug branching statements by placing them under a compile-time definition
130130* Added tests and wheel support
131+ * C implementation of diptest was rewritten in C++ by [ Prodromos Kolyvakis] ( https://github.com/prokolyvakis )
131132
132133## License
133134
Original file line number Diff line number Diff line change 2121NAME = 'diptest'
2222
2323MAJOR = 0
24- REVISION = 3
24+ REVISION = 4
2525PATCH = 0
2626DEV = False
2727
You can’t perform that action at this time.
0 commit comments