You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release-notes.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ v2023.02.14
9
9
10
10
This release introduces several new functions:
11
11
- Additional plotting functions for repeated measures experimental designs:
12
-
- Plotting for paired comparisons of multiple test groups to a single control
13
-
- Plotting for repeated measures of the same experimental group
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.
14
15
- Calculating of Cohen's *h* and proportional plots for binary data
15
16
- Calculating and plotting of weighted deltas for mini-meta-analysis of experimental replicates
16
17
- Calculating and plotting delta-deltas for 2x2 experimental designs
0 commit comments