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
+8-23
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ DABEST
9
9
-----------------------------------------------
10
10
Data Analysis with Bootstrap-coupled ESTimation
11
11
-----------------------------------------------
12
-
*version 0.2.2*
12
+
*version 0.2.3*
13
13
14
14
Analyze your data with estimation statistics!
15
15
---------------------------------------------
@@ -19,31 +19,16 @@ Analyze your data with estimation statistics!
19
19
20
20
News
21
21
----
22
-
April 2019:
23
-
- 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. See the :doc:`release-notes`.
22
+
May 2019:
23
+
- v0.2.3 released. This is a fix for a bug that did not properly handle x-columns which were pandas Categorical objects. See the :doc:`release-notes`.
24
24
25
-
March 2019:
26
-
- v0.2.1 released. This is a minor bugfix that addressed an issue in gapped line plotting. See the :doc:`release-notes`.
25
+
April 2019:
26
+
- 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.
27
27
28
-
- Release of v0.2.0. This is a major update that makes several breaking changes to the API.
28
+
March 2019:
29
+
- v0.2.1 released. This is a minor bugfix that addressed an issue in gapped line plotting.
30
+
- v0.2.0 released. This is a major update that makes several breaking changes to the API.
29
31
30
-
January 2019:
31
-
- Release of v0.1.7. Added `cumming_vertical_spacing` option.
32
-
33
-
October 2018:
34
-
- Release of v0.1.6. Added more keywords for control of plot elements.
35
-
36
-
July 2018:
37
-
- Release of v0.1.5. *bugfix for setup and package management*
38
-
- Release of v0.1.4.
39
-
40
-
June 2018:
41
-
- Release of v0.1.3. Also added a short tutorial for dabest in R.
42
-
43
-
December 2017:
44
-
- We have made a `webapp <https://www.estimationstats.com>`_ that produces Gardner-Altman and Cumming plots!
Copy file name to clipboardexpand all lines: docs/source/release-notes.rst
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
Release Notes
5
5
=============
6
6
7
+
v0.2.2
8
+
------
9
+
10
+
This release fixes a bug that did not handle when the supplied ``x`` was a :py:mod:`pandas` :py:class:`Categorical` object, but the ``idx`` did not include all the original categories.
0 commit comments