diff --git a/doc/whats_new/v0.1.rst b/doc/whats_new/v0.1.rst index 797e720..9089ad4 100644 --- a/doc/whats_new/v0.1.rst +++ b/doc/whats_new/v0.1.rst @@ -20,7 +20,13 @@ Here we list a changelog of pywhy-stats. Version 0.1 =========== -**In Development** +The first release of pywhy-stats! This version offers several implementations for both conditional and unconditional +independence testing using various methods, including kernel independence tests, Bregman discrepancy tests and +Fisher Z tests. +Additionally, it introduces two methods for conditional two-sample testing using kernels and mutual information. +The conditional two-sample focuses on the conditional distributions, in contrast to the traditional unconditional +two-sample testing methods. + Changelog diff --git a/pyproject.toml b/pyproject.toml index 434a7d4..f24dd46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,7 @@ [tool.poetry] name = "pywhy-stats" -# -# 0.0.0 is standard placeholder for poetry-dynamic-versioning -# any changes to this should not be checked in -# -version = "0.0.0" + +version = "0.1" description = "Statistical methods for Python" authors = ["PyWhy Community , "] license = "MIT"