Skip to content

Commit 0274732

Browse files
committed
REL: Release diptest v0.4.0
1 parent 674591c commit 0274732

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22

33
IF (NOT DEFINED DIPTEST_VERSION_INFO)
4-
SET(DIPTEST_VERSION_INFO "0.3.0")
4+
SET(DIPTEST_VERSION_INFO "0.4.0")
55
ENDIF ()
66

77
PROJECT(

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
NAME = 'diptest'
2222

2323
MAJOR = 0
24-
REVISION = 3
24+
REVISION = 4
2525
PATCH = 0
2626
DEV = False
2727

0 commit comments

Comments
 (0)