Skip to content

Commit b54871a

Browse files
committed
Minor adjustment on docs and python req
1 parent ff779d2 commit b54871a

5 files changed

Lines changed: 42 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- do not remove -->
44

5-
## 2024.03.29
5+
## v2024.03.29
66

77
### New Features
88

@@ -18,7 +18,7 @@
1818

1919

2020

21-
## 2023.03.29
21+
## v2023.03.29
2222

2323
### New Features
2424
- **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.

README.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
44

5+
[![minimal Python
6+
version](https://img.shields.io/badge/Python%3E%3D-3.8-6666ff.svg)](https://www.anaconda.com/distribution/)
7+
[![PyPI
8+
version](https://badge.fury.io/py/dabest)](https://badge.fury.io/py/dabest)
9+
[![Downloads](https://static.pepy.tech/badge/dabest.png)](https://pepy.tech/project/dabest)
10+
[![Free-to-view
11+
citation](https://zenodo.org/badge/DOI/10.1038/s41592-019-0470-3.svg)](https://rdcu.be/bHhJ4)
12+
[![License](https://img.shields.io/badge/License-BSD%203--Clause--Clear-orange.svg)](https://spdx.org/licenses/BSD-3-Clause-Clear.html)
13+
514
## Recent Version Update
615

7-
On 22 March 2024, we officially released **DABEST v2024.3.29 for
8-
Python**. This new version provides several new features and includes
9-
performance improvements.
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.
1019

1120
1. **New Paired Proportion Plot**: This feature builds upon the
1221
existing proportional analysis capabilities by introducing advanced
@@ -40,15 +49,19 @@ performance improvements.
4049

4150
<!-- TOC depthFrom:1 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->
4251

43-
- [About](#about)
44-
- [Installation](#installation)
45-
- [Usage](#usage)
46-
- [How to cite](#how-to-cite)
47-
- [Bugs](#bugs)
48-
- [Contributing](#contributing)
49-
- [Acknowledgements](#acknowledgements)
50-
- [Testing](#testing)
51-
- [DABEST in other languages](#dabest-in-other-languages)
52+
- [DABEST-Python](#dabest-python)
53+
- [Recent Version Update](#recent-version-update)
54+
- [Contents](#contents)
55+
- [About](#about)
56+
- [Installation](#installation)
57+
- [Usage](#usage)
58+
- [How to cite](#how-to-cite)
59+
- [Bugs](#bugs)
60+
- [Contributing](#contributing)
61+
- [A wish list for new features](#a-wish-list-for-new-features)
62+
- [Acknowledgements](#acknowledgements)
63+
- [Testing](#testing)
64+
- [DABEST in other languages](#dabest-in-other-languages)
5265

5366
<!-- /TOC -->
5467

@@ -82,7 +95,7 @@ allowing everyone access to high-quality estimation plots.
8295

8396
## Installation
8497

85-
This package is tested on Python 3.6, 3.7, 3.8 and 3.10. It is highly
98+
This package is tested on Python 3.8 and onwards. It is highly
8699
recommended to download the [Anaconda
87100
distribution](https://www.continuum.io/downloads) of Python in order to
88101
obtain the dependencies easily.

nbs/02-about.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"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",
1919
"\n",
20-
"Features in v2024.03.29 were added by [Zinan Lu](https://github.com/Jacobluke-), [Kah Seng Lian](https://github.com/sunroofgod).\n",
20+
"Features in v2024.03.29 were added by [Zinan Lu](https://github.com/Jacobluke-), [Kah Seng Lian](https://github.com/sunroofgod), [Ana Rosa Castillo](https://github.com/cyberosa).\n",
2121
"\n",
2222
"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",
2323
"\n",

nbs/read_me.ipynb

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
"id": "205a828a",
66
"metadata": {},
77
"source": [
8-
"# DABEST-Python\n",
9-
"\n",
10-
"[![minimal Python version](https://img.shields.io/badge/Python%3E%3D-3.6-6666ff.svg)](https://www.anaconda.com/distribution/)\n",
8+
"# DABEST-Python"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "5164f940",
14+
"metadata": {},
15+
"source": [
16+
"[![minimal Python version](https://img.shields.io/badge/Python%3E%3D-3.8-6666ff.svg)](https://www.anaconda.com/distribution/)\n",
1117
"[![PyPI version](https://badge.fury.io/py/dabest.svg)](https://badge.fury.io/py/dabest)\n",
12-
"[![Downloads](https://pepy.tech/badge/dabest/month)](https://pepy.tech/project/dabest/month)\n",
18+
"[![Downloads](https://static.pepy.tech/badge/dabest)](https://pepy.tech/project/dabest)\n",
1319
"[![Free-to-view citation](https://zenodo.org/badge/DOI/10.1038/s41592-019-0470-3.svg)](https://rdcu.be/bHhJ4)\n",
1420
"[![License](https://img.shields.io/badge/License-BSD%203--Clause--Clear-orange.svg)](https://spdx.org/licenses/BSD-3-Clause-Clear.html)"
1521
]
@@ -22,7 +28,7 @@
2228
"source": [
2329
"## Recent Version Update\n",
2430
"\n",
25-
"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",
31+
"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",
2632
"\n",
2733
"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",
2834
"\n",
@@ -82,7 +88,7 @@
8288
"source": [
8389
"## Installation\n",
8490
"\n",
85-
"This package is tested on Python 3.6, 3.7, 3.8 and 3.10.\n",
91+
"This package is tested on Python 3.8 and onwards.\n",
8692
"It is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python in order to obtain the dependencies easily.\n",
8793
"\n",
8894
"You can install this package via `pip`.\n",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
2424
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
25-
py_versions = '3.6 3.7 3.8 3.9 3.10 3.11'.split()
25+
py_versions = '3.8 3.9 3.10 3.11'.split()
2626
requirements = shlex.split(cfg.get('requirements', ''))
2727
if cfg.get('pip_requirements'): requirements += shlex.split(cfg.get('pip_requirements', ''))
2828
min_python = cfg['min_python']

0 commit comments

Comments
 (0)