CHANGELOG¶
v0.4.0 (2024-08-16)¶
Build¶
build: added CI workflow (
3c55a2c)build: add PSR as dev deps (
2fad549)build: version 0.3.0 (
b90fddb)
Documentation¶
docs: updated readme (
23f0462)
Feature¶
feat: added support multicategorical column (
c5c755c)feat: added std_binary param in compute_smd (
b097e4c)
Fix¶
Style¶
Test¶
Unknown¶
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)
v0.3.0 (2024-08-13)¶
Build¶
build: fixed the stable and latest link (
bae6200)build: added codcov token in ci cd yml (
1bf5721)build: added CI workflow (
b2ff8af)
Feature¶
feat: added support for ATT and ATC (
4aa1c4b)
Fix¶
fix: fixed a typo in ci-cd yml (
4d3f3bd)
Unknown¶
v0.2.0 (2024-08-12)¶
Build¶
build: preparing for v0.2.0 release (
f7067f3)build: added custom js and css to prevent copying prompt chars (
90d4370)
Documentation¶
docs: fixed typo in readme (
c1d3122)
Refactor¶
refactor: changed module name and function placement (
61ae4ca)
Style¶
style: black on src n test (
5a67de3)
Unknown¶
v0.1.0 (2024-08-12)¶
Build¶
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¶
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)
Documentation¶
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)
Feature¶
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¶
fix: fixed imports in docstring example (
e8d2abe)