Skip to content

Commit 2d8d1f9

Browse files
committed
Minor readme and tutorial edits
> Minor edits to readme > Added short code snippet for delta-delta proportion plots to tutorial
1 parent 5641276 commit 2d8d1f9

File tree

3 files changed

+109
-17
lines changed

3 files changed

+109
-17
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ citation](https://zenodo.org/badge/DOI/10.1038/s41592-019-0470-3.svg)](https://r
1414

1515
## Recent Version Update
1616

17-
We are proud to announce **DABEST Version TBC (v2025.03.14)** This new
17+
We are proud to announce **DABEST Version Dadar (v2025.03.14)** This new
1818
version of the DABEST Python library provides several new features and
19-
includes performance improvements. It’s a big one!
19+
performance improvements. It’s a big one!
2020

2121
1. **Python 3.13 Support**: DABEST now supports Python 3.10-3.13.
2222

@@ -111,9 +111,9 @@ includes performance improvements. It’s a big one!
111111

112112
- **Updated Tutorial Pages**: We have updated the tutorial pages to
113113
reflect the new features and changes. The tutorial pages are now
114-
more comprehensive and hopefully more intuitive!.
114+
more comprehensive and hopefully more intuitive!
115115

116-
- **Results Dataframe for Delta-delta and Mini-meta Plots**: A
116+
- **Results Dataframe for Delta-Delta and Mini-Meta Plots**: A
117117
results dataframe can now be extracted for both the delta-delta
118118
and mini-meta effect size data (similar to the results dataframe
119119
for the regular effect sizes). These can be found via the

nbs/read_me.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## Recent Version Update\n",
3131
"\n",
32-
"We are proud to announce **DABEST Version TBC (v2025.03.14)** This new version of the DABEST Python library provides several new features and includes performance improvements. It's a big one!\n",
32+
"We are proud to announce **DABEST Version Dadar (v2025.03.14)** This new version of the DABEST Python library provides several new features and performance improvements. It's a big one!\n",
3333
"\n",
3434
"1. **Python 3.13 Support**: DABEST now supports Python 3.10-3.13.\n",
3535
"\n",
@@ -66,9 +66,9 @@
6666
" \n",
6767
" - The method to utilise the Deltas' g effect size is now via the `.hedges_g.plot()` method now rather than creating a whole new `Delta_g` object as before. The functionality remains the same, it plots hedges_g effect sizes and then the Deltas' g effect size alongside these (if a delta-delta experiment was loaded correctly).\n",
6868
"\n",
69-
" - **Updated Tutorial Pages**: We have updated the tutorial pages to reflect the new features and changes. The tutorial pages are now more comprehensive and hopefully more intuitive!.\n",
69+
" - **Updated Tutorial Pages**: We have updated the tutorial pages to reflect the new features and changes. The tutorial pages are now more comprehensive and hopefully more intuitive!\n",
7070
"\n",
71-
" - **Results Dataframe for Delta-delta and Mini-meta Plots**: A results dataframe can now be extracted for both the delta-delta and mini-meta effect size data (similar to the results dataframe for the regular effect sizes). These can be found via the `.results` attribute of the `.delta_delta` or `.mini_meta` object.\n",
71+
" - **Results Dataframe for Delta-Delta and Mini-Meta Plots**: A results dataframe can now be extracted for both the delta-delta and mini-meta effect size data (similar to the results dataframe for the regular effect sizes). These can be found via the `.results` attribute of the `.delta_delta` or `.mini_meta` object.\n",
7272
"\n"
7373
]
7474
},

nbs/tutorials/06-delta_delta.ipynb

Lines changed: 102 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)