Skip to content

Commit

Permalink
Change version for release (#23)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bloebp and adam2392 authored Sep 8, 2023
1 parent 471c3e7 commit 3d8c73c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 7 additions & 1 deletion doc/whats_new/v0.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3d8c73c

Please sign in to comment.