We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f0166 commit 4f063b6Copy full SHA for 4f063b6
CHANGELOG.md
@@ -1,5 +1,17 @@
1
### Change logs
2
3
+#### v0.5.0:
4
+Support for Python 3.7 has been added
5
+
6
+``AIPW`` has been removed. It has been replaced with ``AIPTW``
7
8
+``TMLE`` now supports continuous outcomes (normal or Poisson) and allows for missing outcome data to be missing at
9
+random. This matches more closely to the functionality to R's `tmle`
10
11
+``IPMW`` allows for monotone missing data.
12
13
+``MonteCarloRR`` for probabilistic bias analysis allows for random error to be incorporated
14
15
#### v0.4.3:
16
17
``TimeVaryGFormula`` is separated into ``MonteCarloGFormula`` and ``IterativeCondGFormula``. This change is for
0 commit comments