Skip to content

Commit b5062ef

Browse files
committed
add notes for v0.2.5
1 parent 658e9e5 commit b5062ef

2 files changed

Lines changed: 18 additions & 1 deletion

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+
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`.
23+
2124
May 2019:
22-
- 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. See the :doc:`release-notes`.
25+
- 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.
2326

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

docs/source/release-notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
Release Notes
55
=============
66

7+
v0.2.5
8+
------
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**.
11+
12+
Feature additions:
13+
- Adding Ns of each group to the results DataFrame. (`Issue #45 <https://github.com/ACCLAB/DABEST-python/issues/45>`_)
14+
- Auto-labelling the swarmplot rawdata axes y-label. (`Issue #51 <https://github.com/ACCLAB/DABEST-python/issues/51>`_)
15+
16+
Bug-fixes:
17+
- Bug affecting calculation of paired difference confidence intervals. (`Issue #48 in ACCLAB/dabestr <https://github.com/ACCLAB/dabestr/issues/48>`_)
18+
- NaNs in unused/unrelated columns would result in null results (`Issue #44 <https://github.com/ACCLAB/DABEST-python/issues/44>`_)
19+
20+
721
v0.2.4
822
------
923

0 commit comments

Comments
 (0)