Skip to content

Commit 480a704

Browse files
committed
update docs part 2. Merry christmas! 🎄
1 parent d8dd4bf commit 480a704

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎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+
December 2019:
22+
- 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. For more information, see the :doc:`release-notes`.
23+
2124
October 2019:
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`.
25+
- v0.2.7 released. A minor bugfix in the handling of wide datasets with unequal Ns in each group.
2326
- 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.
2427

2528
September 2019:

‎docs/source/release-notes.rst‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ Feature Additions:
1313
- Implement `Lq-Likelihood-Ratio-Type Test <https://github.com/alyakin314/lqrt>`_ in statistical output with `PR #85 <https://github.com/ACCLAB/DABEST-python/pull/85>`_; thanks to Adam Li (`@adam2392 <https://github.com/adam2392>`_).
1414

1515
Bug-fixes:
16-
- - Fix bugs in slopegraph and reference line keyword parsing with `PR #86 <https://github.com/ACCLAB/DABEST-python/pull/86>`_; thanks to DizietAsahi (`DizietAsahi <https://github.com/DizietAsahi>`_).
16+
- Fix bugs in slopegraph and reference line keyword parsing with `PR #86 <https://github.com/ACCLAB/DABEST-python/pull/86>`_; thanks to DizietAsahi (`DizietAsahi <https://github.com/DizietAsahi>`_).
1717

1818

1919

2020
v0.2.7
2121
------
2222

23-
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**.
24-
2523
Bug-fixes:
2624
- 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>`_)
2725

0 commit comments

Comments
 (0)