Releases: dwreeves/dbt_linreg
Releases · dwreeves/dbt_linreg
v0.2.6
v0.2.5
- Fix bug where
exog
andgroup_by
did not handlestr
inputs e.g.exog="x"
. - Fix bug where
group_by
formethod='fwl'
with exactly 1 exog variable did not work. (Explanation:method='fwl'
dispatches to a different macro for the special case of 1 exog variable, andgroup_by
was not implemented correctly here.) - Fix bug where
safe
mode did not work formethod='chol'
- Improved docs by hiding everything except
ols()
, improved description ofols()
macro, and added missing arg.
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
- Fixed namespacing issue with CTEs-- all CTEs generated by
dbt_linreg
now start with_dbt_linreg_
, to reduce namespace conflicts with user generated SQL. - Locked the dbt-core version requirement to
>=1.2.0
(for now) because one of this package's dependencies (modules.itertools.combinations
) is not available prior to1.2.0
.
Initial release
Initial release