Skip to content

Commit e41d130

Browse files
committed
update news
1 parent 136d412 commit e41d130

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/source/index.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,34 @@ Analyze your data with estimation statistics!
1818

1919
News
2020
----
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+
2124
January 2020:
2225
- 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`.
2326

2427
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.
2629

2730
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.
3033

3134
September 2019:
3235
- 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.
3336

3437
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.
3639

3740
- v0.2.3 released. This is a fix for a bug that did not properly handle x-columns which were pandas Categorical objects.
3841

3942
April 2019:
4043
- 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+
4245
March 2019:
4346
- 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.
48+
4649
Contents
4750
--------
4851

0 commit comments

Comments
 (0)