Skip to content

v14.1.0

Latest

Choose a tag to compare

@jmafoster1 jmafoster1 released this 16 Feb 12:34
· 2 commits to main since this release
547d45d

Switched to using statsmodels array API instead of formula API. This makes causal test adequacy calculations faster since patsy doesn't have to parse the formula and build the design matrix each time, which can be quite time-consuming. See sig-rpc/sig-rpc.github.io#98 for a detailed explanation.