Skip to content

Commit

Permalink
Release v0.1.3 (#96)
Browse files Browse the repository at this point in the history
* release v0.1.3

* Update 0.1.3-release.rst
  • Loading branch information
sampan501 committed Jul 24, 2020
1 parent 06ef0fc commit 5c93ea9
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release Log
===========

v0.1.3
------
| **Release date:** 24 July 2020
| **Supports:** Python 3.6+.
| :doc:`release/0.1.3-release`.
v0.1.2
------
| **Release date:** 5 May 2020
Expand Down
30 changes: 30 additions & 0 deletions docs/release/0.1.3-release.rst
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.
2 changes: 1 addition & 1 deletion hyppo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import hyppo.sims
import hyppo.discrim

__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 5c93ea9

Please sign in to comment.