Skip to content

Commit fa83ceb

Browse files
committed
update docs
1 parent 5820e83 commit fa83ceb

File tree

3 files changed

+148
-139
lines changed

3 files changed

+148
-139
lines changed

docs/source/getting-started.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Getting Started
88
Requirements
99
------------
1010

11-
Python 3.8 is strongly recommended. DABEST has also been tested with Python 3.5, 3.6, and 3.7.
11+
Python 3.8 is strongly recommended. DABEST has also been tested with Python 3.6 and 3.7.
1212

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

15-
* `numpy 1.17 <https://www.numpy.org>`_
16-
* `scipy 1.2 <https://www.scipy.org>`_
17-
* `matplotlib 3.0 <https://www.matplotlib.org>`_
18-
* `pandas 0.25.3 <https://pandas.pydata.org>`_
19-
* `seaborn 0.9 <https://seaborn.pydata.org>`_
15+
* `numpy 1.19 <https://www.numpy.org>`_
16+
* `scipy 1.5 <https://www.scipy.org>`_
17+
* `matplotlib 3.3 <https://www.matplotlib.org>`_
18+
* `pandas 1.1 <https://pandas.pydata.org>`_
19+
* `seaborn 0.11 <https://seaborn.pydata.org>`_
2020
* `lqrt 0.3 <https://github.com/alyakin314/lqrt>`_
2121

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

docs/source/release-notes.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
Release Notes
55
=============
66

7+
v0.3.1
8+
------
9+
10+
This release updates the package requirements to:
11+
- :py:mod:`numpy`: 0.19
12+
- :py:mod:`matplotlib`: 3.3
13+
- :py:mod:`scipy`: 1.5
14+
- :py:mod:`pandas`: 1.1
15+
- :py:mod:`seaborn`: 0.11
16+
- :py:mod:`lqrt`: 0.3
17+
718

819
v0.3.0
920
------
@@ -40,10 +51,10 @@ v0.2.6
4051

4152
Feature additions:
4253
- It is now possible to specify a pre-determined :py:mod:`matplotlib` :py:class:`Axes` to create the estimation plot in. See :ref:`inset plot` in the :doc:`tutorial` (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Adam Nekimken (`@anekimken <https://github.com/anekimken>`_).
43-
-
54+
-
4455

4556

46-
Bug-fixes:
57+
Bug-fixes:
4758
- Ensure all dependencies are installed along with DABEST. (`Pull request #71 <https://github.com/ACCLAB/DABEST-python/pull/71>`_; thanks to Matthew Edwards (`@mje-nz <https://github.com/mje-nz>`_).
4859
- Handle infinities in bootstraps during plotting. (`Issue #72 <https://github.com/ACCLAB/DABEST-python/issues/72>`_, `Pull request #74 <https://github.com/ACCLAB/DABEST-python/pull/71>`_)
4960

@@ -54,7 +65,7 @@ Feature additions:
5465
- Adding Ns of each group to the results DataFrame. (`Issue #45 <https://github.com/ACCLAB/DABEST-python/issues/45>`_)
5566
- Auto-labelling the swarmplot rawdata axes y-label. (`Issue #51 <https://github.com/ACCLAB/DABEST-python/issues/51>`_)
5667

57-
Bug-fixes:
68+
Bug-fixes:
5869
- Bug affecting calculation of paired difference confidence intervals. (`Issue #48 in ACCLAB/dabestr <https://github.com/ACCLAB/dabestr/issues/48>`_)
5970
- NaNs in unused/unrelated columns would result in null results (`Issue #44 <https://github.com/ACCLAB/DABEST-python/issues/44>`_)
6071

0 commit comments

Comments
 (0)