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
Copy file name to clipboardexpand all lines: docs/source/index.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ Analyze your data with estimation statistics!
19
19
News
20
20
----
21
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`.
22
+
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group. For more information, see the :doc:`release-notes`.
23
+
- 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.
23
24
24
25
September 2019:
25
26
- 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.
Copy file name to clipboardexpand all lines: docs/source/release-notes.rst
+9-2
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,17 @@
4
4
Release Notes
5
5
=============
6
6
7
-
v0.2.6
7
+
v0.2.7
8
8
------
9
9
10
-
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**.
10
+
This release addresses a single bug. There are no known breaking changes to the API; hence **all users are strongly encouraged to upgrade to the latest version**.
11
+
12
+
Bug-fixes:
13
+
- Bug affecting display of Tufte gapped lines in Cumming plots if the supplied :py:mod:`pandas` :py:class:`DataFrame` was in 'wide' format, but did not have equal number of Ns in the groups. (`Issue #79 <https://github.com/ACCLAB/DABEST-python/issues/79>`_)
14
+
15
+
16
+
v0.2.6
17
+
------
11
18
12
19
Feature additions:
13
20
- 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>`_).
0 commit comments