Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
pzivich committed Oct 3, 2019
1 parent b3d9917 commit 0cf189e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Change logs

### v0.8.1
Added support for `pygam`'s `LogisticGAM` for TMLE with custom models (Thanks darrenreger!)

Removed warning for TMLE with custom models following updates to Issue #109 I plan on creating a smarter warning
system that flags non-Donsker class machine learning algorithms and warns the user. I still need to think through
how to do this.

### v0.8.0
`IPTW` had a massive overhaul. It now follows a similar structure to `AIPTW` and other causal inference methods.
One *major* change is that missing data is dropped before any calculations. Therefore, if missing data was present for
Expand Down
2 changes: 1 addition & 1 deletion zepid/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.8.1'

0 comments on commit 0cf189e

Please sign in to comment.