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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,31 +18,34 @@ Analyze your data with estimation statistics!
18
18
19
19
News
20
20
----
21
+
October 2020:
22
+
- v0.3.1 released. The minimal versions of dependencies have been upgraded. Also, the minimal version of Python required is now 3.5.
23
+
21
24
January 2020:
22
25
- v0.3.0 released. Approximate permutation tests have been added, and are now the default p-values reported in the textual output. The LqRT tests were also refactored to a user-callable property. For more information, see the :doc:`release-notes`.
23
26
24
27
December 2019:
25
-
- v0.2.8 released. This release adds the `Lq-Likelihood-Ratio-Type Test <https://github.com/alyakin314/lqrt>`_ in the statistical output, and also a bugfix for slopegraph and reference line keyword parsing.
28
+
- v0.2.8 released. This release adds the `Lq-Likelihood-Ratio-Type Test <https://github.com/alyakin314/lqrt>`_ in the statistical output, and also a bugfix for slopegraph and reference line keyword parsing.
26
29
27
30
October 2019:
28
-
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group.
29
-
- 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.
31
+
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group.
32
+
- 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.
30
33
31
34
September 2019:
32
35
- 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.
33
36
34
37
May 2019:
35
-
- 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.
38
+
- 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.
36
39
37
40
- v0.2.3 released. This is a fix for a bug that did not properly handle x-columns which were pandas Categorical objects.
38
41
39
42
April 2019:
40
43
- v0.2.2 released. This is a minor bugfix that addressed an issue for an edge case where the mean or median difference was exactly zero.
41
-
44
+
42
45
March 2019:
43
46
- v0.2.1 released. This is a minor bugfix that addressed an issue in gapped line plotting.
44
-
- v0.2.0 released. This is a major update that makes several breaking changes to the API.
45
-
47
+
- v0.2.0 released. This is a major update that makes several breaking changes to the API.
0 commit comments