Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit * add tqdm * add agg argument to suppres aggregation of mediators * parallelize * update lock * some speed ups for the cluster bootstrap * GelbachDecomposition data class * add examples, run linter * checks for combine_covariates * reformat * reformat table output * parallel bootstrap * fix linting * add basic tests * some cleanups * add decompose error checks * more cleanups * support regex * delete coverage * relax test condition * fix type checks * fix small bug introduced in prev commit * delete cov files * add aggregate first algo * add no inference option * delete cov * handle joblib dependency, rename inference arg to only_coef for compatibility with fixest * bring back tests * Use sparse solver * cleanup * fix small bug, back to dense matrices if agg_first = False * trigger additional decompose error * add tests against stata * delete coverage * fix inference bug * fix bug with intercepts * dont check cis * use self.X1 etc in bootstrap * Update changelog * one hot encode fixed effects, revert changes in 43b8e79 * fix bug with combine_covariates = None * cleanup * cleanup * readme updates * joblib as dep * update docs * import re * update docs * wildboottest doc bug * fix doc bug with wildboottest * yet another test bug
- Loading branch information