Skip to content

Commit 97585d1

Browse files
authored
Merge pull request #178 from ACCLAB/v2024.03.29
Update on documentations
2 parents 085a006 + c080f82 commit 97585d1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+3-3
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

+3-3
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

+1-1
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)