Skip to content

Commit d8dd4bf

Browse files
committed
update docs
1 parent 73f45b4 commit d8dd4bf

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

docs/source/about.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ To find out more about the authors’ research, please visit the `Claridge-Chang
1414
Contributors
1515
------------
1616

17+
- DizietAsahi (`DizietAsahi <https://github.com/DizietAsahi>`_) with `PR #86 <https://github.com/ACCLAB/DABEST-python/pull/86>`_: Fix bugs in slopegraph and reference line keyword parsing.
18+
19+
- Adam Li (`@adam2392 <https://github.com/adam2392>`_) with `PR #85 <https://github.com/ACCLAB/DABEST-python/pull/85>`_: Implement `Lq-Likelihood-Ratio-Type Test <https://github.com/alyakin314/lqrt>`_ in statistical output.
20+
1721
- Mason Malone (`@MasonM <https://github.com/MasonM>`_) with `PR #30 <https://github.com/ACCLAB/DABEST-python/pull/30>`_: Fix plot error when effect size is 0.
1822

1923
- Matthew Edwards (`@mje-nz <https://github.com/mje-nz>`_) with `PR #71 <https://github.com/ACCLAB/DABEST-python/pull/30>`_: Specify dependencies correctly in ``setup.py``.
2024

2125
- Adam Nekimken (`@anekimken <https://github.com/anekimken>`_) with `PR #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_: Implement inset axes so estimation plots can be plotted on a pre-determined :py:mod:`matplotlib` :py:class:`Axes` object.
2226

27+
2328
Typography
2429
----------
2530

@@ -31,7 +36,7 @@ License
3136

3237
The DABEST package in Python is licenced under the `BSD 3-clause Clear License <https://choosealicense.com/licenses/bsd-3-clause-clear/>`_.
3338

34-
Copyright (c) 2016-2019, Joses W. Ho
39+
Copyright (c) 2016-2020, Joses W. Ho
3540
All rights reserved.
3641

3742
Redistribution and use in source and binary forms, with or without

docs/source/getting-started.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Requirements
1010

1111
Python 3.7 is strongly recommended. DABEST has also been tested with Python 3.5 and 3.6.
1212

13-
In addition, the following packages are also required:
13+
In addition, the following packages are also required (listed with their minimal versions):
1414

1515
* `numpy 1.15 <https://www.numpy.org>`_
1616
* `scipy 1.2 <https://www.scipy.org>`_
1717
* `matplotlib 3.0 <https://www.matplotlib.org>`_
18-
* `pandas 0.24 <https://pandas.pydata.org>`_
18+
* `pandas 0.25.3 <https://pandas.pydata.org>`_
1919
* `seaborn 0.9 <https://seaborn.pydata.org>`_
20+
* `lqrt 0.3.2 <https://github.com/alyakin314/lqrt>`_
2021

2122
To obtain these package dependencies easily, it is highly recommended to download the `Anaconda <https://www.continuum.io/downloads>`_ distribution of Python.
2223

docs/source/release-notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
Release Notes
55
=============
66

7+
v0.2.8
8+
------
9+
10+
This release fixes minor bugs, and implements a new statistical test. There are no known breaking changes to the API; hence **all users are strongly encouraged to upgrade to the latest version**.
11+
12+
Feature Additions:
13+
- Implement `Lq-Likelihood-Ratio-Type Test <https://github.com/alyakin314/lqrt>`_ in statistical output with `PR #85 <https://github.com/ACCLAB/DABEST-python/pull/85>`_; thanks to Adam Li (`@adam2392 <https://github.com/adam2392>`_).
14+
15+
Bug-fixes:
16+
- - Fix bugs in slopegraph and reference line keyword parsing with `PR #86 <https://github.com/ACCLAB/DABEST-python/pull/86>`_; thanks to DizietAsahi (`DizietAsahi <https://github.com/DizietAsahi>`_).
17+
18+
19+
720
v0.2.7
821
------
922

0 commit comments

Comments
 (0)