Skip to content

Commit

Permalink
Switch to 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Apr 14, 2021
1 parent bb83d84 commit 1a6afb0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
What's new
##########

v0.3.11 (unreleased)
v0.3.11 (April 2021)
--------------------

**Bugfixes**
Expand Down
18 changes: 9 additions & 9 deletions notebooks/04_Correlations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -852,25 +852,25 @@
" <td>shepherd</td>\n",
" <td>two-sided</td>\n",
" <td>500</td>\n",
" <td>16.0</td>\n",
" <td>-0.319</td>\n",
" <td>15.0</td>\n",
" <td>-0.32</td>\n",
" <td>[-0.4, -0.24]</td>\n",
" <td>0.102</td>\n",
" <td>0.098</td>\n",
" <td>-0.33</td>\n",
" <td>6.791e-13</td>\n",
" <td>0.099</td>\n",
" <td>-0.332</td>\n",
" <td>5.190e-13</td>\n",
" <td>1.0</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>"
],
"text/plain": [
" X Y method tail n outliers r \\\n",
"0 Neuroticism Extraversion shepherd two-sided 500 16.0 -0.319 \n",
" X Y method tail n outliers r \\\n",
"0 Neuroticism Extraversion shepherd two-sided 500 15.0 -0.32 \n",
"\n",
" CI95% r2 adj_r2 z p-unc power \n",
"0 [-0.4, -0.24] 0.102 0.098 -0.33 6.791e-13 1.0 "
" CI95% r2 adj_r2 z p-unc power \n",
"0 [-0.4, -0.24] 0.102 0.099 -0.332 5.190e-13 1.0 "
]
},
"execution_count": 8,
Expand Down
2 changes: 1 addition & 1 deletion pingouin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .config import *

# Current version
__version__ = "0.3.10"
__version__ = "0.3.11"

# Warn if a newer version of Pingouin is available
from outdated import warn_if_outdated
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):
MAINTAINER_EMAIL = '[email protected]'
URL = 'https://pingouin-stats.org/index.html'
DOWNLOAD_URL = 'https://github.com/raphaelvallat/pingouin/'
VERSION = '0.3.10'
VERSION = '0.3.11'
PACKAGE_DATA = {'pingouin.data.icons': ['*.svg']}

INSTALL_REQUIRES = [
Expand Down

0 comments on commit 1a6afb0

Please sign in to comment.