Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ citation](https://zenodo.org/badge/DOI/10.1038/s41592-019-0470-3.svg)](https://r

## Recent Version Update

On 22 March 2024, we officially released **DABEST Version Ondeh
(v2024.03.29)**. This new version provides several new features and
includes performance improvements.
We are proud to announce **DABEST Version Ondeh (v2024.03.29)**. This
new version of the DABEST Python library provides several new features
and includes performance improvements.

1. **New Paired Proportion Plot**: This feature builds upon the
existing proportional analysis capabilities by introducing advanced
Expand Down
6 changes: 3 additions & 3 deletions nbs/01-getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"source": [
"\n",
"\n",
"Python 3.10 is strongly recommended. DABEST has also been tested with Python 3.6, 3.7 and 3.8.\n",
"Python 3.10 is strongly recommended. DABEST has also been tested with Python 3.8 and onwards.\n",
"\n",
"In addition, the following packages are also required (listed with their minimal versions):\n",
"\n",
"* [numpy 1.22.4](https://www.numpy.org)\n",
"* [numpy 1.23.5](https://www.numpy.org)\n",
"* [scipy 1.9.3](https://www.scipy.org)\n",
"* [matplotlib 3.6.3](https://www.matplotlib.org)\n",
"* [pandas 1.5.3](https://pandas.pydata.org)\n",
"* [pandas 1.5.0](https://pandas.pydata.org)\n",
"* [seaborn 0.12.2](https://seaborn.pydata.org)\n",
"* [lqrt 0.3.3](https://github.com/alyakin314/lqrt)\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion nbs/read_me.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source": [
"## Recent Version Update\n",
"\n",
"On 22 March 2024, we officially released **DABEST Version Ondeh (v2024.03.29)**. This new version provides several new features and includes performance improvements.\n",
"We are proud to announce **DABEST Version Ondeh (v2024.03.29)**. This new version of the DABEST Python library provides several new features and includes performance improvements.\n",
"\n",
"1. **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",
Expand Down
Loading