Skip to content

Commit 3d8c73c

Browse files
bloebpadam2392
andauthored
Change version for release (#23)
Change version to 0.1 to prepare for pypi release. --------- Signed-off-by: Patrick Bloebaum <[email protected]> Signed-off-by: Patrick Blöbaum <[email protected]> Co-authored-by: Adam Li <[email protected]>
1 parent 471c3e7 commit 3d8c73c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

doc/whats_new/v0.1.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ Here we list a changelog of pywhy-stats.
2020
Version 0.1
2121
===========
2222

23-
**In Development**
23+
The first release of pywhy-stats! This version offers several implementations for both conditional and unconditional
24+
independence testing using various methods, including kernel independence tests, Bregman discrepancy tests and
25+
Fisher Z tests.
26+
Additionally, it introduces two methods for conditional two-sample testing using kernels and mutual information.
27+
The conditional two-sample focuses on the conditional distributions, in contrast to the traditional unconditional
28+
two-sample testing methods.
29+
2430

2531

2632
Changelog

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[tool.poetry]
22
name = "pywhy-stats"
3-
#
4-
# 0.0.0 is standard placeholder for poetry-dynamic-versioning
5-
# any changes to this should not be checked in
6-
#
7-
version = "0.0.0"
3+
4+
version = "0.1"
85
description = "Statistical methods for Python"
96
authors = ["PyWhy Community <[email protected]>, <[email protected]>"]
107
license = "MIT"

0 commit comments

Comments
 (0)