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/release-history.rst
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,29 @@
2
2
Release History
3
3
===============
4
4
5
-
v1.1.1 (2020-06-12)
5
+
v1.2.0 (2021-03-12)
6
+
-------------------
7
+
8
+
Enhancements
9
+
^^^^^^^^^^^^
10
+
* Add clariate.analyze.interaction_test
11
+
* Improved logging in r_survey ewas
12
+
* Refactored lots of regression and ewas code to make it more efficient and provide more validation of input data, including better handling of variable names with symbols/numbers
13
+
* Corrected instructions on installing R packages with Conda
14
+
* Improved documentation of Regression classes
15
+
* Manhattan plots have a "return_figure" option
16
+
17
+
Fixes
18
+
^^^^^
19
+
* r_survey regression no longer uses an LRT for binary variables in order to make it concordant with regression in python
0 commit comments