Skip to content

Commit 7909633

Browse files
committed
Update release notes and fix license name
1 parent 10870db commit 7909633

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/source/release-history.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22
Release History
33
===============
44

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
20+
* outlier_removal is now working as intended
21+
22+
Tests
23+
^^^^^
24+
* Added a test for outlier removal
25+
26+
27+
v1.1.1 (2020-09-12)
628
-------------------
729

830
Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
]
6565
},
6666
install_requires=requirements,
67-
license="BSD (3-clause)",
67+
license="BSD License (BSD-3-Clause)",
6868
classifiers=[
6969
"Development Status :: 4 - Beta",
7070
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)