From c080f82c52f18140e4dc0fd0646e5d92398278c9 Mon Sep 17 00:00:00 2001 From: Jacobluke- Date: Fri, 22 Mar 2024 23:40:30 +0800 Subject: [PATCH] Update on documentations --- README.md | 6 +++--- nbs/01-getting_started.ipynb | 6 +++--- nbs/read_me.ipynb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d28f40c5..e8966a6f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nbs/01-getting_started.ipynb b/nbs/01-getting_started.ipynb index f624e06d..49e11c2e 100644 --- a/nbs/01-getting_started.ipynb +++ b/nbs/01-getting_started.ipynb @@ -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", diff --git a/nbs/read_me.ipynb b/nbs/read_me.ipynb index a91a2592..216b7426 100644 --- a/nbs/read_me.ipynb +++ b/nbs/read_me.ipynb @@ -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",