Skip to content

Commit

Permalink
switch to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Oct 10, 2018
1 parent c7dce73 commit d40adc7
Show file tree
Hide file tree
Showing 85 changed files with 203 additions and 172 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,15 @@ Try before you buy! Click on the link below and navigate to the notebooks folder

.. code-block:: python
from pingouin import normality
from pingouin import normality, multivariate_normality
# Return a boolean (true if normal) and the associated p-value
normality(x, y)
print(normality(x, y)) # Univariate normality
print(multivariate_normality(np.column_stack((x, y)))) # Multivariate normality
.. parsed-literal::
[False, True], [2.71e-04, 0.552]
(array([False, True]), array([0., 0.552]))
(False, 0.00018)
------------

Expand Down
Binary file modified docs/build/doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4e2f87daa40099c0778d0454f57aa979
config: 562770e53f61af681be32190cc786356
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; pingouin 0.1.9 documentation</title>
<title>Overview: module code &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../index.html"><span><img src="../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/bayesian.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.bayesian &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.bayesian &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/circular.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.circular &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.circular &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/correlation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.correlation &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.correlation &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.datasets &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.datasets &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
6 changes: 4 additions & 2 deletions docs/build/html/_modules/pingouin/distribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.distribution &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.distribution &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -241,6 +241,8 @@ <h1>Source code for pingouin.distribution</h1><div class="highlight"><pre>

<span class="sd"> Translated to Python from a Matlab code by Antonio Trujillo-Ortiz.</span>

<span class="sd"> Tested against the R package MVN.</span>

<span class="sd"> References</span>
<span class="sd"> ----------</span>
<span class="sd"> .. [1] Henze, N., &amp; Zirkler, B. (1990). A class of invariant consistent</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/effsize.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.effsize &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.effsize &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/multicomp.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.multicomp &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.multicomp &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/nonparametric.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.nonparametric &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.nonparametric &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/pairwise.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.pairwise &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.pairwise &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/parametric.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.parametric &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.parametric &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/power.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.power &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.power &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_modules/pingouin/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pingouin.utils &#8212; pingouin 0.1.9 documentation</title>
<title>pingouin.utils &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/style.css" />
Expand Down Expand Up @@ -39,7 +39,7 @@
</button>
<a class="navbar-brand" href="../../index.html"><span><img src="../../_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
8 changes: 6 additions & 2 deletions docs/build/html/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
What's new
##########

v0.2.0 (dev)
------------
v0.1.10 (October 2018)
----------------------

**Bug**

a. Fixed dataset names in MANIFEST.in (.csv files were not copy-pasted with pip)

**Circular**

Expand Down
15 changes: 11 additions & 4 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ Develop mode
pip install -r requirements.txt
python setup.py develop
New releases are frequent so always make sure that you have the latest version:

.. code-block:: shell
pip install --upgrade pingouin
Quick start
============
Expand Down Expand Up @@ -155,15 +160,17 @@ Try before you buy! Click on the link below and navigate to the notebooks folder
4. Test the normality of the data
#################################

.. code-block:: ipython3
.. code-block:: python
from pingouin import normality
from pingouin import normality, multivariate_normality
# Return a boolean (true if normal) and the associated p-value
normality(x, y)
print(normality(x, y)) # Univariate normality
print(multivariate_normality(np.column_stack((x, y)))) # Multivariate normality
.. parsed-literal::
[False, True], [2.71e-04, 0.552]
(array([False, True]), array([0., 0.552]))
(False, 0.00018)
------------

Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.1.9',
VERSION: '0.1.10',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>API reference &#8212; pingouin 0.1.9 documentation</title>
<title>API reference &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -41,7 +41,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
12 changes: 8 additions & 4 deletions docs/build/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>What’s new &#8212; pingouin 0.1.9 documentation</title>
<title>What’s new &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -41,7 +41,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down Expand Up @@ -95,8 +95,12 @@

<div class="section" id="what-s-new">
<span id="changelog"></span><h1>What’s new</h1>
<div class="section" id="v0-2-0-dev">
<h2>v0.2.0 (dev)</h2>
<div class="section" id="v0-1-10-october-2018">
<h2>v0.1.10 (October 2018)</h2>
<p><strong>Bug</strong></p>
<ol class="loweralpha simple">
<li>Fixed dataset names in MANIFEST.in (.csv files were not copy-pasted with pip)</li>
</ol>
<p><strong>Circular</strong></p>
<ol class="loweralpha simple">
<li>Added circ_vtest function</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Examples &#8212; pingouin 0.1.9 documentation</title>
<title>Examples &#8212; pingouin 0.1.10 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/style.css" />
Expand Down Expand Up @@ -40,7 +40,7 @@
</button>
<a class="navbar-brand" href="index.html"><span><img src="_static/pingouin_128x128.png"></span>
pingouin</a>
<span class="navbar-text navbar-version pull-left"><b>0.1.9</b></span>
<span class="navbar-text navbar-version pull-left"><b>0.1.10</b></span>
</div>

<div class="collapse navbar-collapse nav-collapse">
Expand Down
Loading

0 comments on commit d40adc7

Please sign in to comment.