Skip to content

Commit c080f82

Browse files
committed
Update on documentations
1 parent 973eafb commit c080f82

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

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

1414
## Recent Version Update
1515

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

2020
1. **New Paired Proportion Plot**: This feature builds upon the
2121
existing proportional analysis capabilities by introducing advanced

nbs/01-getting_started.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
"source": [
6565
"\n",
6666
"\n",
67-
"Python 3.10 is strongly recommended. DABEST has also been tested with Python 3.6, 3.7 and 3.8.\n",
67+
"Python 3.10 is strongly recommended. DABEST has also been tested with Python 3.8 and onwards.\n",
6868
"\n",
6969
"In addition, the following packages are also required (listed with their minimal versions):\n",
7070
"\n",
71-
"* [numpy 1.22.4](https://www.numpy.org)\n",
71+
"* [numpy 1.23.5](https://www.numpy.org)\n",
7272
"* [scipy 1.9.3](https://www.scipy.org)\n",
7373
"* [matplotlib 3.6.3](https://www.matplotlib.org)\n",
74-
"* [pandas 1.5.3](https://pandas.pydata.org)\n",
74+
"* [pandas 1.5.0](https://pandas.pydata.org)\n",
7575
"* [seaborn 0.12.2](https://seaborn.pydata.org)\n",
7676
"* [lqrt 0.3.3](https://github.com/alyakin314/lqrt)\n",
7777
"\n",

nbs/read_me.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## Recent Version Update\n",
3131
"\n",
32-
"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",
32+
"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",
3333
"\n",
3434
"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",
3535
"\n",

0 commit comments

Comments
 (0)