Skip to content

Commit 4064175

Browse files
committed
REL: Release diptest v0.4.1
1 parent 46e720d commit 4064175

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

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.4.0")
4+
SET(DIPTEST_VERSION_INFO "0.4.1")
55
ENDIF ()
66

77
PROJECT(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAJOR = 0
2424
REVISION = 4
25-
PATCH = 0
25+
PATCH = 1
2626
DEV = False
2727

2828
# note: also update README.rst

0 commit comments

Comments
 (0)