Skip to content

Commit

Permalink
Bump version and write release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobluke- committed Mar 19, 2024
1 parent 81a4a64 commit 46ca02d
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 46 deletions.
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,31 @@

<!-- do not remove -->

## 2024.03.29

### New Features

- **Forest Plot**: With the new forest plot functionality, DABEST users can now generate forest plots, a mainstay in meta-analysis. This plot type is invaluable for visualizing the results of multiple studies or analyses simultaneously, showing not just the estimated effect sizes but also their confidence intervals. It is built upon the calculation and existing DABEST feature of delta-delta and mini-meta analysis and facilitates systematic reviews by generating a summary plot that compares delta-delta or mini-meta effect size plots from different studies or analysis. It's an essential tool for researchers conducting systematic reviews or wanting to summarize a body of evidence in a single, comprehensive visual.

- **Standardized Delta-delta Effect Size**: We added a new metric akin to a Hedges’ g for delta-delta effect size, which allows comparisons between delta-delta effects generated from metrics with different units.

- **New Paired Proportion Plot**: This feature builds upon the existing proportional analysis capabilities by introducing advanced aesthetics and clearer visualization of changes in proportions between different groups, inspired by the informative nature of Sankey Diagrams. It's particularly useful for studies that require detailed examination of how proportions shift in paired observations.

- **Customizable Swarm Plot**: Enhancements allow for tailored swarm plot aesthetics, notably the adjustment of swarm sides to produce asymmetric swarm plots. This customization enhances data representation, making visual distinctions more pronounced and interpretations clearer.

### Enhancement

- **Miscellaneous Improvements**: This version also encompasses a broad range of miscellaneous enhancements, including bug fixes, Bootstrapping speed improvements, new templates for raising issues, and updated unit tests. These improvements are designed to streamline the user experience, increase the software's stability, and expand its versatility. By addressing user feedback and identified issues, DABEST continues to refine its functionality and reliability.



## 2023.03.29

### New Features
- Add new form of paired proportion plots for a better support of Repeated Measures
- **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.

- **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.

## 0.2.3
- **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.

### Bug Fixes
- Fixes a bug that jammed up when the xvar column was already a pandas Categorical. Now we check for this and act appropriately.
- **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.
69 changes: 43 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,49 @@

## Recent Version Update

On 20 March 2023, we officially released **DABEST v2023.02.14 for
Python**. This new version provided the following new features:

1. **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.

2. **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 Fisher’s exact test.

3. **The $\Delta\Delta$ plot.** Calculates the delta-delta
($\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.

4. **Mini-meta.** Calculates and plots a weighted delta ($\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.
On 22 March 2024, we officially released **DABEST v2024.3.29 for
Python**. This new version provides several new features and includes
performance improvements.

1. **Forest Plot**: With the new forest plot functionality, DABEST
users can now generate forest plots, a mainstay in meta-analysis.
This plot type is invaluable for visualizing the results of multiple
studies or analyses simultaneously, showing not just the estimated
effect sizes but also their confidence intervals. It is built upon
the calculation and existing DABEST feature of delta-delta and
mini-meta analysis and facilitates systematic reviews by generating
a summary plot that compares delta-delta or mini-meta effect size
plots from different studies or analysis. It’s an essential tool for
researchers conducting systematic reviews or wanting to summarize a
body of evidence in a single, comprehensive visual.

2. **New Paired Proportion Plot**: This feature builds upon the
existing proportional analysis capabilities by introducing advanced
aesthetics and clearer visualization of changes in proportions
between different groups, inspired by the informative nature of
Sankey Diagrams. It’s particularly useful for studies that require
detailed examination of how proportions shift in paired
observations.

3. **Customizable Swarm Plot**: Enhancements allow for tailored swarm
plot aesthetics, notably the adjustment of swarm sides to produce
asymmetric swarm plots. This customization enhances data
representation, making visual distinctions more pronounced and
interpretations clearer.

4. **Standardized Delta-delta Effect Size**: We added a new metric akin
to a Hedges’ g for delta-delta effect size, which allows comparisons
between delta-delta effects generated from metrics with different
units.

5. **Miscellaneous Improvements**: This version also encompasses a
broad range of miscellaneous enhancements, including bug fixes,
Bootstrapping speed improvements, new templates for raising issues,
and updated unit tests. These improvements are designed to
streamline the user experience, increase the software’s stability,
and expand its versatility. By addressing user feedback and
identified issues, DABEST continues to refine its functionality and
reliability.

## Contents

Expand Down
2 changes: 1 addition & 1 deletion dabest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from ._effsize_objects import TwoGroupsEffectSize, PermutationTest
from ._dabest_object import Dabest

__version__ = "2023.03.29"
__version__ = "2024.03.29"
12 changes: 3 additions & 9 deletions nbs/02-about.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"\n",
"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",
"\n",
"Additional features in v2023.02.14 were added by [Yixuan Li](https://github.com/LI-Yixuan), [Zinan Lu](https://github.com/Jacobluke-) and [Rou Zhang](https://github.com/ZHANGROU-99).\n",
"Features in v2024.03.29 were added by [Zinan Lu](https://github.com/Jacobluke-), [Kah Seng LIAN](https://github.com/sunroofgod), [Lucas Wang Zhuoyu](https://github.com/Lucas1213WZY).\n",
"\n",
"Features in v2023.02.14 were added by [Yixuan Li](https://github.com/LI-Yixuan), [Zinan Lu](https://github.com/Jacobluke-) and [Rou Zhang](https://github.com/ZHANGROU-99).\n",
"\n",
"To find out more about the authors' research, please visit the [Claridge-Chang lab webpage](http://www.claridgechang.net/).\n",
"\n",
Expand Down Expand Up @@ -81,14 +83,6 @@
"POSSIBILITY OF SUCH DAMAGE.\n",
"</div>\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "de35a697",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
12 changes: 7 additions & 5 deletions nbs/read_me.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
"source": [
"## Recent Version Update\n",
"\n",
"On 20 March 2023, we officially released **DABEST v2023.02.14 for Python**. This new version provided the following new features:\n",
"On 22 March 2024, we officially released **DABEST v2024.3.29 for Python**. This new version provides several new features and includes performance improvements.\n",
"\n",
"1. **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.\n",
"1. **Forest Plot**: With the new forest plot functionality, DABEST users can now generate forest plots, a mainstay in meta-analysis. This plot type is invaluable for visualizing the results of multiple studies or analyses simultaneously, showing not just the estimated effect sizes but also their confidence intervals. It is built upon the calculation and existing DABEST feature of delta-delta and mini-meta analysis and facilitates systematic reviews by generating a summary plot that compares delta-delta or mini-meta effect size plots from different studies or analysis. It's an essential tool for researchers conducting systematic reviews or wanting to summarize a body of evidence in a single, comprehensive visual.\n",
"\n",
"2. **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 Fisher's exact test.\n",
"2. **New Paired Proportion Plot**: This feature builds upon the existing proportional analysis capabilities by introducing advanced aesthetics and clearer visualization of changes in proportions between different groups, inspired by the informative nature of Sankey Diagrams. It's particularly useful for studies that require detailed examination of how proportions shift in paired observations.\n",
"\n",
"3. **The $\\Delta\\Delta$ plot.** Calculates the delta-delta ($\\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.\n",
"3. **Customizable Swarm Plot**: Enhancements allow for tailored swarm plot aesthetics, notably the adjustment of swarm sides to produce asymmetric swarm plots. This customization enhances data representation, making visual distinctions more pronounced and interpretations clearer.\n",
"\n",
"4. **Mini-meta.** Calculates and plots a weighted delta ($\\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."
"4. **Standardized Delta-delta Effect Size**: We added a new metric akin to a Hedges’ g for delta-delta effect size, which allows comparisons between delta-delta effects generated from metrics with different units. \n",
"\n",
"5. **Miscellaneous Improvements**: This version also encompasses a broad range of miscellaneous enhancements, including bug fixes, Bootstrapping speed improvements, new templates for raising issues, and updated unit tests. These improvements are designed to streamline the user experience, increase the software's stability, and expand its versatility. By addressing user feedback and identified issues, DABEST continues to refine its functionality and reliability.\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### Python library ###
repo = DABEST-python
lib_name = dabest
version = 2023.03.29
version = 2024.03.29
min_python = 3.8
license = apache2

Expand Down

0 comments on commit 46ca02d

Please sign in to comment.