You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To obtain these package dependencies easily, it is highly recommended to download the `Anaconda <https://www.continuum.io/downloads>`_ distribution of Python.
Copy file name to clipboardExpand all lines: docs/source/release-notes.rst
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@
4
4
Release Notes
5
5
=============
6
6
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
+
7
18
8
19
v0.3.0
9
20
------
@@ -40,10 +51,10 @@ v0.2.6
40
51
41
52
Feature additions:
42
53
- 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
+
-
44
55
45
56
46
-
Bug-fixes:
57
+
Bug-fixes:
47
58
- 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>`_).
48
59
- 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>`_)
49
60
@@ -54,7 +65,7 @@ Feature additions:
54
65
- Adding Ns of each group to the results DataFrame. (`Issue #45 <https://github.com/ACCLAB/DABEST-python/issues/45>`_)
55
66
- Auto-labelling the swarmplot rawdata axes y-label. (`Issue #51 <https://github.com/ACCLAB/DABEST-python/issues/51>`_)
56
67
57
-
Bug-fixes:
68
+
Bug-fixes:
58
69
- Bug affecting calculation of paired difference confidence intervals. (`Issue #48 in ACCLAB/dabestr <https://github.com/ACCLAB/dabestr/issues/48>`_)
59
70
- NaNs in unused/unrelated columns would result in null results (`Issue #44 <https://github.com/ACCLAB/DABEST-python/issues/44>`_)
0 commit comments