-
build: added CI workflow (
3c55a2c
) -
build: add PSR as dev deps (
2fad549
) -
build: version 0.3.0 (
b90fddb
)
- docs: updated readme (
23f0462
)
-
feat: added support multicategorical column (
c5c755c
) -
feat: added std_binary param in compute_smd (
b097e4c
)
- Merge pull request #2 from shafayetShafee/cat-covs
added support for mulicategorical variables in compute_smd (e61a9aa
)
- Merge pull request #1 from shafayetShafee/att-atc-smd
Added support for computing smd for causal estimand ATT and ATC, added CI workflow. (4c3a610
)
-
build: fixed the stable and latest link (
bae6200
) -
build: added codcov token in ci cd yml (
1bf5721
) -
build: added CI workflow (
b2ff8af
)
- feat: added support for ATT and ATC (
4aa1c4b
)
- fix: fixed a typo in ci-cd yml (
4d3f3bd
)
-
build: preparing for v0.2.0 release (
f7067f3
) -
build: added custom js and css to prevent copying prompt chars (
90d4370
) -
build: added pypi link in conf.py (
40b30ac
)
- docs: fixed typo in readme (
c1d3122
)
- refactor: changed module name and function placement (
61ae4ca
)
- style: black on src n test (
5a67de3
)
-
build: added customization for theme (
ab53316
) -
build: used sphinx_immaterial as the doc theme (
c72da0c
) -
build: used autoapi_options without private member and autoapi_ignore to exclude checker module (
f1d80b4
) -
build: added dev deps for mathjax support and links (
391984b
) -
build: added dev deps for docs (
53232a8
) -
build: added pytest-cov as dev deps (
b198b91
)
-
chore: formatted the src and test (
a8e752f
) -
chore: added more checks in plot_smd and added test (
e045516
) -
chore: used pd.api.types instead of np.issubdtype to check numeric cols (
6e10c25
) -
chore: initial pkg setup (
4242c14
)
-
docs: fixed math equn using dollarmath myst ext (
435b991
) -
docs: added example link in readme (
d7caff4
) -
docs: updated readme (
0e71fb7
) -
docs: added a vignette (
3a21835
) -
docs: added example in docstring (
32034a9
)
-
feat: added checks to smd (
b672c8a
) -
feat: made here() more robust (
7954679
) -
feat: used _checks_required_columns (
06b5b90
) -
feat: added pytest, jupyter, black as dev deps (
b30f6a8
) -
feat: updated pkg namespace (
a1cb956
) -
feat: added plot_mirror_histogram and plot_smd funcs (
52b163e
) -
feat: added the here function (
7ee353d
) -
feat: added smd funcs (
a78c3fd
)
- fix: fixed imports in docstring example (
e8d2abe
)