Skip to content

Releases: ronikobrosly/causal-curve

Creating new 1.0.7b for PyPI. Identical to 1.0.7

23 May 19:17
facef8e
Compare
Choose a tag to compare
Update gps_regressor.py (#46)

fix for https://github.com/ronikobrosly/causal-curve/issues/45

Fixed breaking change from recent numpy update

23 May 16:31
facef8e
Compare
Choose a tag to compare
Update gps_regressor.py (#46)

fix for https://github.com/ronikobrosly/causal-curve/issues/45

Extra linting

25 Apr 23:59
bb9dab9
Compare
Choose a tag to compare
Feature/black (#40)

* linted tmle_core

* enhanced mediation tests

Replaced `master` branch with `main` branch

10 Feb 10:13
f240019
Compare
Choose a tag to compare
removed mention of master branch (#37)

Co-authored-by: rkobrosly <[email protected]>

Fixed plot in TMLE documentation

03 Feb 16:50
894336d
Compare
Choose a tag to compare
Feature/tmle plot fix (#36)

* fixed TMLE documentation

* text changes in TMLE doc

Co-authored-by: rkobrosly <[email protected]>

Fixed random_seed issue

17 Jan 23:06
3807bc0
Compare
Choose a tag to compare
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

17 Jan 17:12
0610924
Compare
Choose a tag to compare
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

04 Jan 15:06
25c4e15
Compare
Choose a tag to compare
update to docs (#31)

Co-authored-by: rkobrosly <[email protected]>

Major update! TMLE more accurate, re-organized structure.

03 Jan 22:48
Compare
Choose a tag to compare

Fixed broken sphinx module guide, added more tests to improve code coverage

25 Dec 03:59
4626e03
Compare
Choose a tag to compare
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]>