Skip to content

Commit 768c3c5

Browse files
committed
Updated index.rst, release-notes.rst
Added Update header , with brief release notes. to index.rst (landing page) Added more elaboration to release-notes.rst, in line with pre-release announcements Fixed minor issue with robust-beautiful.rst where one of the links wasn't going anywhere
1 parent 11cc0ea commit 768c3c5

3 files changed

Lines changed: 31 additions & 9 deletions

File tree

docs/source/index.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
DABEST
77
======
88

9+
Update
10+
------
11+
**DABEST version 2023.02.14** has been released:
12+
:doc:`release-notes`
13+
14+
Briefly, this release introduces several new functions:
15+
16+
- Additional plotting functions for repeated measures experimental designs
17+
- Calculating of Cohen's *h* and proportional plots for binary data
18+
- Calculating and plotting delta-deltas for 2x2 experimental designs
19+
- Calculating and plotting of weighted deltas for mini-meta-analysis of experimental replicates
20+
21+
Refer to :doc:`release-notes` for full details.
22+
23+
924
-----------------------------------------------
1025
Data Analysis with Bootstrap-coupled ESTimation
1126
-----------------------------------------------
@@ -18,8 +33,16 @@ Analyze your data with estimation statistics!
1833

1934
News
2035
----
36+
March 2023:
37+
- **v2023.02.14** released. The following features have been added:
38+
- Additional plotting functions for repeated measures experimental designs
39+
- Calculating of Cohen's *h* and proportional plots for binary data
40+
- Calculating and plotting delta-deltas for 2x2 experimental designs
41+
- Calculating and plotting of weighted deltas for mini-meta-analysis of experimental replicates
42+
- See :doc:`release-notes` for more details.
43+
2144
October 2020:
22-
- v0.3.1 released. The minimal versions of dependencies have been upgraded. Also, the minimal version of Python required is now 3.5.
45+
- v0.3.1 released. The minimal versions of dependencies have been upgraded. Also, the minimal version of Python required is now 3.6.
2346

2447
January 2020:
2548
- v0.3.0 released. Approximate permutation tests have been added, and are now the default p-values reported in the textual output. The LqRT tests were also refactored to a user-callable property. For more information, see the :doc:`release-notes`.

docs/source/release-notes.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ v2023.02.14
88
-----------
99

1010
This release introduces several new functions:
11-
- Additional plotting functions for repeated measures experimental designs:
12-
- Plotting for paired comparisons of multiple test groups to a single control (``"baseline"``)
13-
- Plotting for repeated measures of the same experimental group (``"sequential"``)
14-
- **Important note:** The ``paired`` argument for ``dabest.load()`` is no longer boolean, and now only accepts ``"baseline"`` or ``"sequential"`` as a string.
15-
- Calculating of Cohen's *h* and proportional plots for binary data
16-
- Calculating and plotting of weighted deltas for mini-meta-analysis of experimental replicates
17-
- Calculating and plotting delta-deltas for 2x2 experimental designs
11+
12+
- **Repeated measures**: Augments the prior function for plotting (independent) multiple test groups versus a shared control (``"baseline"``); it can now do the same for repeated-measures experimental designs (``"sequential"``). Thus, together, these two methods can be used to replace both flavors of the 1-way ANOVA with an estimation analysis.
13+
- **Deprecation notice:** The ``paired`` argument for ``dabest.load()`` is no longer boolean, and now only accepts ``"baseline"`` or ``"sequential"`` as a string.
14+
- **Proportional data**: Generates proportional bar plots, proportional differences, and calculates Cohen's *h*. Also enables plotting Sankey diagrams for paired binary data. This is the estimation equivalent to a bar chart with Fischer's exact test.
15+
- **The ∆∆ plot**: Calculates the delta-delta (∆∆) for 2 × 2 experimental designs and plots the four groups with their relevant effect sizes. This design can be used as a replacement for the 2 × 2 ANOVA.
16+
- **Mini-meta**: Calculates and plots a weighted delta (∆) for meta-analysis of experimental replicates. Useful for summarizing data from multiple replicated experiments, for example by different scientists in the same lab, or the same scientist at different times. When the observed values are known (and share a common metric), this makes meta-analysis available as a routinely accessible tool.
1817

1918
Please read the updated tutorials if you wish to use any of the above functions:
2019

docs/source/robust-beautiful.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This is one important difference between estimation plots created by DABEST, and
109109
the original Gardner-Altman design. Here, the 95% CI is computed through
110110
parametric methods, and displayed as a vertical error bar.
111111

112-
Read more about this technique at :ref:`Bootstrap Confidence Intervals`.
112+
Read more about this technique at :doc:`bootstraps`.
113113

114114
Introducing Estimation Statistics
115115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)