Releases: ronikobrosly/causal-curve
Releases · ronikobrosly/causal-curve
Latest with misc edits to readme and paper
v0.3.3 biblio hot fix #2
Documentation and code fixes
- Fixed random seed issue with Mediation tool
- Fixed Mediation bootstrap issue. Confidence interval bounded [0,1]
- Fixed issue with all classes not accepting non-sequential indicies in pandas Dataframes/Series
- Class init checks for all classes now print cleaner errors if bad input
- Small fixes to end-to-end example documentation
- Enlarged image in paper
Overhaul of documentation
Version 0.3.0
- Added full, end-to-end example of package usage to documentation
- Cleaned up documentation
- Added example folder with end-to-end notebook
- Added manuscript to paper folder
Strengthed unit tests, updated docs
v0.2.4 added to unit tests, updated docs
Codecov.io integration
v0.2.3 added codecov badge
Travis CI integration complete
v0.2.2 finished Travis CI
Mediation fixes
- Fixed Mediation tool error / removed
tqdm
from requirements - Misc documentation cleanup / revisions
New mediation test feature
Version 0.2.0
- Added new Mediation class
- Updated documentation to reflect this
- Added unit and integration tests for Mediation methods
Test cleanup
v0.1.3 test cleanup
Added unit and integration tests
v0.1.2 added tests (#2)