Skip to content

Releases: dwreeves/dbt_linreg

v0.2.4

14 Jun 21:56
a8fde13
Compare
Choose a tag to compare
  • Fix minor incompatibility with Redshift; contributed by @steelcd.

v0.2.3

30 Oct 03:56
Compare
Choose a tag to compare
  • Added Postgres support in integration tests + fixed bugs that prevented Postgres from working.

v0.2.2

30 Sep 17:41
bcb3def
Compare
Choose a tag to compare
  • Added dbt documentation of the ols() macro.

v0.2.1

09 Jul 22:03
Compare
Choose a tag to compare
  • Added .dbtignore

v0.2.0

03 Apr 04:42
Compare
Choose a tag to compare
  • Add chol method to dbt_linreg.ols(), and also set as the default method. (This method is significantly faster than fwl, and has a few other benefits.)
  • Add standard error column in long format for chol method.

v0.1.2

16 Mar 18:46
Compare
Choose a tag to compare
  • Added the ability to turn off/on the constant term with add_constant: bool = True kwarg.
  • Fixed error that occurred when rendering a 1-variable ridge regression.

v0.1.1

13 Mar 02:35
Compare
Choose a tag to compare
  • 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 to 1.2.0.

Initial release

12 Mar 05:44
Compare
Choose a tag to compare

Initial release