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: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## v2025.10.17
6
+
7
+
### New Features
8
+
9
+
1.**Group Summaries for Paired Plots**: Slopegraphs now support group summaries, showing summary statistics for each group. By default, a line connects group means, with vertical bars indicating standard deviation. Users can choose the summary type via the `group_summaries` argument in `.plot()` — options include `'mean_sd'`, `'median_quartiles'`, or `None`. Appearance can be customized using `group_summaries_kwargs`.
10
+
11
+
2.**Fixed Mini-meta Weighted Delta Calculation**: The weighted delta calculation in mini-meta plots has been modified to ensure accurate reporting of the weighted delta.
12
+
13
+
3.**Whorlmaps**: A new plot type for visualizing high-dimensional data in a compact heatmap-like format. TBC
14
+
15
+
4.**Miscellaneous Improvements & Adjustments**:
16
+
-**Additional color options for barplots (unpaired proportional)**: `custom_palette` dict can now take 0 and 1 as keys to color the filled and unfilled portions of the plots.
17
+
-**Custom palette usage for slopegraphs**: The `custom_palette` can now be used for paired (non proportional) plots to color the contrast bars and effect size curves.
18
+
19
+
20
+
5
21
## v2025.03.27
6
22
7
23
### New Features
@@ -69,6 +85,7 @@
69
85
## v2023.03.29
70
86
71
87
### New Features
88
+
72
89
-**Repeated measures**: Augments the prior function for plotting (independent) multiple test groups versus a shared control; it can now do the same for repeated-measures experimental designs. Thus, together, these two methods can be used to replace both flavors of the 1-way ANOVA with an estimation analysis.
73
90
74
91
-**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.
Copy file name to clipboardExpand all lines: nbs/02-about.ipynb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
"\n",
18
18
"DABEST is written in Python by [Joses W. Ho](https://twitter.com/jacuzzijo), with design and input from [Adam Claridge-Chang](https://twitter.com/adamcchang) and other [lab members](https://www.claridgechang.net/people.html).\n",
19
19
"\n",
20
+
"Features in v2025.10.17 were added by [Jonathan Anns](https://github.com/JAnns98), [Zinan Lu](https://github.com/Jacobluke-), [Yishan Mai](https://github.com/maiyishan), and [Sangyu Xu](https://github.com/sangyu).\n",
21
+
"\n",
20
22
"Features in v2025.03.27 were added by [Jonathan Anns](https://github.com/JAnns98), [Zinan Lu](https://github.com/Jacobluke-), [Kah Seng Lian](https://github.com/sunroofgod), [Yishan Mai](https://github.com/maiyishan), [Sangyu Xu](https://github.com/sangyu), and [Lucas Wang Zhuoyu](https://github.com/Lucas1213WZY).\n",
21
23
"\n",
22
24
"Features in v2024.03.29 were added by [Zinan Lu](https://github.com/Jacobluke-), [Kah Seng Lian](https://github.com/sunroofgod), [Ana Rosa Castillo](https://github.com/cyberosa).\n",
0 commit comments