Skip to content

Commit 62b1527

Browse files
committed
add notes and contributors
1 parent 5587fca commit 62b1527

4 files changed

Lines changed: 29 additions & 5 deletions

File tree

docs/source/about.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Authors
1111

1212
To find out more about the authors’ research, please visit the `Claridge-Chang lab webpage <http://www.claridgechang.net/>`_.
1313

14+
Contributors
15+
------------
16+
17+
- 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
18+
19+
- 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``.
20+
21+
- 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.
22+
1423
Typography
1524
----------
1625

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ Analyze your data with estimation statistics!
1818

1919
News
2020
----
21+
October 2019:
22+
- v0.2.6 released. This release has one new feature (plotting of estimation plot inside any :py:mod:`matplotlib` :py:class:`Axes`; see the section on :ref:`inset_plot` in the :doc:`tutorial`). There are also two bug patches for the handling of bootstrap plotting, and of dependency installation. For more information, see the :doc:`release-notes`.
23+
2124
September 2019:
22-
- v0.2.5 released. This release addresses two feature requests, and also patches two bugs: one affecting the paired difference CIs, and one involving NaNs in unused/irrelevant columns. See the :doc:`release-notes`.
25+
- v0.2.5 released. This release addresses two feature requests, and also patches two bugs: one affecting the paired difference CIs, and one involving NaNs in unused/irrelevant columns.
2326

2427
May 2019:
2528
- v0.2.4 released. This is a patch for a set of bugs that mis-aligned Gardner-Altman plots, and also adds the capability to tweak the x-position of the Tufte gapped lines.

docs/source/release-notes.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@
44
Release Notes
55
=============
66

7-
v0.2.5
7+
v0.2.6
88
------
99

1010
This release addresses a number of bugs and feature improvements. There are no known breaking changes to the API; hence **all users are strongly encouraged to upgrade to the latest version**.
1111

12+
Feature additions:
13+
- It is now possible to specify a pre-determined :py:mod:`matplotlib` :py:class:`Axes` to create the estimation plot in. See the new section in the tutorial for more information. (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Adam Nekimken (`@anekimken <https://github.com/anekimken>`_).
14+
-
15+
16+
17+
Bug-fixes:
18+
- 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>`_).
19+
20+
v0.2.5
21+
------
22+
1223
Feature additions:
1324
- Adding Ns of each group to the results DataFrame. (`Issue #45 <https://github.com/ACCLAB/DABEST-python/issues/45>`_)
1425
- Auto-labelling the swarmplot rawdata axes y-label. (`Issue #51 <https://github.com/ACCLAB/DABEST-python/issues/51>`_)
@@ -35,7 +46,7 @@ This release fixes a bug that did not handle when the supplied ``x`` was a :py:m
3546
v0.2.2
3647
------
3748

38-
This release fixes a `bug <https://github.com/ACCLAB/DABEST-python/pull/30>`_ that has a mean difference or median difference of exactly 0.
49+
This release fixes a `bug <https://github.com/ACCLAB/DABEST-python/pull/30>`_ that has a mean difference or median difference of exactly 0. (`Pull request #73 <https://github.com/ACCLAB/DABEST-python/pull/73>`_; thanks to Mason Malone (`@MasonM <https://github.com/MasonM>`_).
3950

4051

4152
v0.2.1

docs/source/tutorial.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,9 +1284,10 @@ effect size differences.
12841284
12851285
.. image:: _images/tutorial_75_0.png
12861286

1287+
.. _inset_plot:
12871288

1288-
Creating estimation plots in existing axes.
1289-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1289+
Creating estimation plots in existing axes
1290+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12901291

12911292
*Implemented in v0.2.6 by Adam Nekimken.*
12921293

0 commit comments

Comments
 (0)