From 4f063b6319f09d1891d42ebb5038c91f41f04e82 Mon Sep 17 00:00:00 2001 From: pzivich Date: Wed, 20 Feb 2019 08:18:15 -0500 Subject: [PATCH] Updates to Changelog for v0.5.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71657bf..3ff7a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ### Change logs +#### v0.5.0: +Support for Python 3.7 has been added + +``AIPW`` has been removed. It has been replaced with ``AIPTW`` + +``TMLE`` now supports continuous outcomes (normal or Poisson) and allows for missing outcome data to be missing at +random. This matches more closely to the functionality to R's `tmle` + +``IPMW`` allows for monotone missing data. + +``MonteCarloRR`` for probabilistic bias analysis allows for random error to be incorporated + #### v0.4.3: ``TimeVaryGFormula`` is separated into ``MonteCarloGFormula`` and ``IterativeCondGFormula``. This change is for