Releases: ronikobrosly/causal-curve
Releases · ronikobrosly/causal-curve
Creating new 1.0.7b for PyPI. Identical to 1.0.7
Update gps_regressor.py (#46) fix for https://github.com/ronikobrosly/causal-curve/issues/45
Fixed breaking change from recent numpy update
Update gps_regressor.py (#46) fix for https://github.com/ronikobrosly/causal-curve/issues/45
Extra linting
Feature/black (#40) * linted tmle_core * enhanced mediation tests
Replaced `master` branch with `main` branch
removed mention of master branch (#37) Co-authored-by: rkobrosly <[email protected]>
Fixed plot in TMLE documentation
Feature/tmle plot fix (#36) * fixed TMLE documentation * text changes in TMLE doc Co-authored-by: rkobrosly <[email protected]>
Fixed random_seed issue
Feature/v6l4188 (#35) * fixed docstrings, bumped version * fixed bug where classes weren't using custom inputs * fixed random_seed bug Co-authored-by: rkobrosly <[email protected]>
Updated docstrings and example notebook, fixed bug where custom class inputs weren't accepted
fixed docstrings, bumped version (#34) * fixed docstrings, bumped version * fixed bug where classes weren't using custom inputs Co-authored-by: rkobrosly <[email protected]>
more TMLE documentation added
update to docs (#31) Co-authored-by: rkobrosly <[email protected]>
Major update! TMLE more accurate, re-organized structure.
v1.0.0 tried adding codecov.yml
Fixed broken sphinx module guide, added more tests to improve code coverage
Feature/fix sphinx (#28) * fixed issue where sphinx didn't show modules * updates * added more test cases * tests for lambda_ in GPS * more checks for TMLE tool * fixed TMLE unit tests Co-authored-by: rkobrosly <[email protected]>