-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release v0.1.3 * Update 0.1.3-release.rst
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
hyppo v0.1.3 Release Notes | ||
========================== | ||
|
||
.. contents:: | ||
|
||
hyppo 0.1.3 does not include any new features, just fixes. This release requires | ||
Python 3.6+. | ||
|
||
Fixes | ||
----- | ||
|
||
*k*-sample testing | ||
^^^^^^^^^^^^^^^^^^ | ||
Prevent division by zero when calculating using default gaussian median kernel. | ||
|
||
Other | ||
^^^^^ | ||
Used `chi2.sf` instead of `1 - chi2.cdf` | ||
|
||
Authors | ||
======= | ||
|
||
This release contains work by the following people (contributed at least | ||
one patch to this release, names in alphabetical order by last name): | ||
|
||
* Benjamin Pedigo + | ||
* Anton Alayakin + | ||
|
||
A total of 1 person contributed to this release. | ||
People with a "+" by their names contributed a patch for the first time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
import hyppo.sims | ||
import hyppo.discrim | ||
|
||
__version__ = "0.1.2" | ||
__version__ = "0.1.3" |