@@ -62,14 +62,15 @@ corresponding branch).
6262- Optionally, custom p-values can be given as input.
6363 In this case, no statistical test is performed, but ** corrections for
6464 multiple testing can be applied.**
65+ - It is also possible to hide non statistically significant annotations
6566- Any text can be used as annotation
6667- And various fixes (see
6768 [ CHANGELOG.md] ( https://github.com/trevismd/statannotations/blob/master/CHANGELOG.md ) ).
6869
6970## Installation
7071
7172From version 0.3.0 on, the package is distributed on PyPi.
72- The latest stable release (v0.5 .0) can be downloaded and installed with:
73+ The latest stable release (v0.6 .0) can be downloaded and installed with:
7374``` bash
7475pip install statannotations
7576```
@@ -90,9 +91,9 @@ pip install -r requirements.txt .
9091
9192## Important note
9293
93- ** ! Seaborn ≥ v0.12 is not officially supported, we know there are at least
94- some bugs. Issues can still be reported (and upvoted) in order to plan further
95- development to support these versions. Also see
94+ ** ! Seaborn ≥ v0.12 and pandas 2 are not officially supported, we know there are
95+ at least some bugs. Issues can still be reported (and upvoted) in order to plan
96+ further development to support these versions. Also see
9697[ discussion] ( https://github.com/trevismd/statannotations/discussions/81 ) ** .
9798
9899## Usage
@@ -142,7 +143,7 @@ annotator.apply_and_annotate()
142143+ numpy >= 1.12.1
143144+ seaborn >= 0.9,<0.12
144145+ matplotlib >= 2.2.2
145- + pandas >= 0.23.0
146+ + pandas >= 0.23.0,<2.0.0
146147+ scipy >= 1.1.0
147148+ statsmodels (optional, for multiple testing corrections)
148149
@@ -171,7 +172,7 @@ Bibtex
171172 month = oct,
172173 year = 2022,
173174 publisher = {Zenodo},
174- version = {v0.5 },
175+ version = {v0.6 },
175176 doi = {10.5281/zenodo.7213391},
176177 url = {https://doi.org/10.5281/zenodo.7213391}
177178}
@@ -181,7 +182,7 @@ Example
181182Florian Charlier, Marc Weber, Dariusz Izak, Emerson Harkin, Marcin Magnus,
182183Joseph Lalli, Louison Fresnais, Matt Chan, Nikolay Markov, Oren Amsalem,
183184Sebastian Proost, Agamemnon Krasoulis, getzze, & Stefan Repplinger. (2022).
184- Statannotations (v0.5 ). Zenodo. https://doi.org/10.5281/zenodo.7213391
185+ Statannotations (v0.6 ). Zenodo. https://doi.org/10.5281/zenodo.7213391
185186```
186187
187188## Contributing
0 commit comments