Skip to content

Commit

Permalink
Added patsy requirement, and MANIFEST file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Dec 12, 2017
1 parent d7fe048 commit 068851a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include requirements.txt
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -30,3 +30,14 @@ rpy2==2.8.5
lme4>=1.1.12
lmerTest>=2.0.33
```

#### Change-log
**0.2.1**
- Support for standard linear regression models
- Models include support for robust standard errors, boot-strapped CIs, and permuted inference

**0.2.0**
- Support for categorical predictors, model predictions, and plotting

**0.1.0**
- Linear and Logit multi-level models
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,3 +3,4 @@ numpy>=1.12.0
rpy2==2.8.5
seaborn>=0.8.0
matplotlib>=2.0
patsy>=0.4.1

0 comments on commit 068851a

Please sign in to comment.