Skip to content

Commit 1c56992

Browse files
committed
update docs
1 parent 67a2b90 commit 1c56992

File tree

4 files changed

+34
-26
lines changed

4 files changed

+34
-26
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# The short X.Y version.
7878
version = '0.2'
7979
# The full version, including alpha/beta/rc tags.
80-
release = '0.2.6'
80+
release = '0.2.7'
8181

8282
# The language for content autogenerated by Sphinx. Refer to documentation
8383
# for a list of supported languages.

docs/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Analyze your data with estimation statistics!
1919
News
2020
----
2121
October 2019:
22-
- v0.2.6 released. This release has one new feature (plotting of estimation plot inside any :py:mod:`matplotlib` :py:class:`Axes`; see the section on :ref:`inset_plot` in the :doc:`tutorial`). There are also two bug patches for the handling of bootstrap plotting, and of dependency installation. For more information, see the :doc:`release-notes`.
22+
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group. For more information, see the :doc:`release-notes`.
23+
- v0.2.6 released. This release has one new feature (plotting of estimation plot inside any :py:mod:`matplotlib` :py:class:`Axes`; see the section on :ref:`inset_plot` in the :doc:`tutorial`). There are also two bug patches for the handling of bootstrap plotting, and of dependency installation.
2324

2425
September 2019:
2526
- v0.2.5 released. This release addresses two feature requests, and also patches two bugs: one affecting the paired difference CIs, and one involving NaNs in unused/irrelevant columns.

docs/source/release-notes.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
Release Notes
55
=============
66

7-
v0.2.6
7+
v0.2.7
88
------
99

10-
This release addresses a number of bugs and feature improvements. There are no known breaking changes to the API; hence **all users are strongly encouraged to upgrade to the latest version**.
10+
This release addresses a single bug. There are no known breaking changes to the API; hence **all users are strongly encouraged to upgrade to the latest version**.
11+
12+
Bug-fixes:
13+
- Bug affecting display of Tufte gapped lines in Cumming plots if the supplied :py:mod:`pandas` :py:class:`DataFrame` was in 'wide' format, but did not have equal number of Ns in the groups. (`Issue #79 <https://github.com/ACCLAB/DABEST-python/issues/79>`_)
14+
15+
16+
v0.2.6
17+
------
1118

1219
Feature additions:
1320
- It is now possible to specify a pre-determined :py:mod:`matplotlib` :py:class:`Axes` to create the estimation plot in. See the new section in the tutorial for more information. (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Adam Nekimken (`@anekimken <https://github.com/anekimken>`_).

docs/source/tutorial.rst

+22-22
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Load Libraries
1919
2020
.. parsed-literal::
2121
22-
We're using DABEST v0.2.6
22+
We're using DABEST v0.2.7
2323
2424
2525
Create dataset for demo
@@ -220,11 +220,11 @@ the comparisons that can be computed.
220220
221221
.. parsed-literal::
222222
223-
DABEST v0.2.6
223+
DABEST v0.2.7
224224
=============
225225
226226
Good afternoon!
227-
The current time is Thu Oct 3 17:38:00 2019.
227+
The current time is Mon Oct 21 11:29:00 2019.
228228
229229
Effect size(s) with 95% confidence intervals will be computed for:
230230
1. Test 1 minus Control 1
@@ -257,11 +257,11 @@ dataset that indicates the identity of each observation, using the
257257
258258
.. parsed-literal::
259259
260-
DABEST v0.2.6
260+
DABEST v0.2.7
261261
=============
262262
263263
Good afternoon!
264-
The current time is Thu Oct 3 17:38:00 2019.
264+
The current time is Mon Oct 21 11:29:00 2019.
265265
266266
Paired effect size(s) with 95% confidence intervals will be computed for:
267267
1. Test 1 minus Control 1
@@ -288,11 +288,11 @@ produced.
288288
289289
.. parsed-literal::
290290
291-
DABEST v0.2.6
291+
DABEST v0.2.7
292292
=============
293293
294294
Good afternoon!
295-
The current time is Thu Oct 3 17:38:00 2019.
295+
The current time is Mon Oct 21 11:29:00 2019.
296296
297297
Effect size(s) with 90% confidence intervals will be computed for:
298298
1. Test 1 minus Control 1
@@ -325,11 +325,11 @@ Each of these are attributes of the :py:class:`Dabest` object.
325325
326326
.. parsed-literal::
327327
328-
DABEST v0.2.6
328+
DABEST v0.2.7
329329
=============
330330
331331
Good afternoon!
332-
The current time is Thu Oct 3 17:38:00 2019.
332+
The current time is Mon Oct 21 11:29:00 2019.
333333
334334
The unpaired mean difference between Control 1 and Test 1 is 0.48 [95%CI 0.205, 0.774].
335335
The two-sided p-value of the Mann-Whitney test is 0.00163.
@@ -361,7 +361,7 @@ As noted in the output, you can use ``.mean_diff.statistical_tests`` to
361361
obtain the p-values and test statistics for all relavant statistical
362362
tests.
363363

364-
You can access the results as a pandas DataFrame as well.
364+
You can access the results as a :py:mod:`pandas` :py:class:`DataFrame` as well.
365365

366366

367367

@@ -536,11 +536,11 @@ Let's compute the Hedges' g for our comparison.
536536
537537
.. parsed-literal::
538538
539-
DABEST v0.2.6
539+
DABEST v0.2.7
540540
=============
541541
542542
Good afternoon!
543-
The current time is Thu Oct 3 17:38:01 2019.
543+
The current time is Mon Oct 21 11:29:01 2019.
544544
545545
The unpaired Hedges' g between Control 1 and Test 1 is 1.03 [95%CI 0.317, 1.62].
546546
The two-sided p-value of the Mann-Whitney test is 0.00163.
@@ -787,11 +787,11 @@ to ``idx`` has more than two data columns.
787787
788788
.. parsed-literal::
789789
790-
DABEST v0.2.6
790+
DABEST v0.2.7
791791
=============
792792
793793
Good afternoon!
794-
The current time is Thu Oct 3 17:38:24 2019.
794+
The current time is Mon Oct 21 11:29:24 2019.
795795
796796
Effect size(s) with 95% confidence intervals will be computed for:
797797
1. Test 1 minus Control 1
@@ -815,11 +815,11 @@ to ``idx`` has more than two data columns.
815815
816816
.. parsed-literal::
817817
818-
DABEST v0.2.6
818+
DABEST v0.2.7
819819
=============
820820
821821
Good afternoon!
822-
The current time is Thu Oct 3 17:38:25 2019.
822+
The current time is Mon Oct 21 11:29:25 2019.
823823
824824
The unpaired mean difference between Control 1 and Test 1 is 0.48 [95%CI 0.205, 0.774].
825825
The two-sided p-value of the Mann-Whitney test is 0.00163.
@@ -879,11 +879,11 @@ complex visualizations and statistics.
879879
880880
.. parsed-literal::
881881
882-
DABEST v0.2.6
882+
DABEST v0.2.7
883883
=============
884884
885885
Good afternoon!
886-
The current time is Thu Oct 3 17:38:26 2019.
886+
The current time is Mon Oct 21 11:29:26 2019.
887887
888888
Effect size(s) with 95% confidence intervals will be computed for:
889889
1. Test 1 minus Control 1
@@ -907,11 +907,11 @@ complex visualizations and statistics.
907907
908908
.. parsed-literal::
909909
910-
DABEST v0.2.6
910+
DABEST v0.2.7
911911
=============
912912
913913
Good afternoon!
914-
The current time is Thu Oct 3 17:38:27 2019.
914+
The current time is Mon Oct 21 11:29:27 2019.
915915
916916
The unpaired mean difference between Control 1 and Test 1 is 0.48 [95%CI 0.205, 0.774].
917917
The two-sided p-value of the Mann-Whitney test is 0.00163.
@@ -1067,11 +1067,11 @@ When your data is in this format, you will need to specify the ``x`` and
10671067
10681068
.. parsed-literal::
10691069
1070-
DABEST v0.2.6
1070+
DABEST v0.2.7
10711071
=============
10721072
10731073
Good afternoon!
1074-
The current time is Thu Oct 3 17:38:27 2019.
1074+
The current time is Mon Oct 21 11:29:27 2019.
10751075
10761076
Effect size(s) with 95% confidence intervals will be computed for:
10771077
1. Test 1 minus Control 1

0 commit comments

Comments
 (0)