Skip to content

Releases: google/meterstick

v1.5.8

30 Sep 00:20

Choose a tag to compare

What's Changed

  • No public description by @copybara-service[bot] in #257
  • Rename by to split_by in Meterstick example implementations to make it consistent with the actual codes. by @copybara-service[bot] in #260
  • Fix the behavior when deduping columns. It used to return alias_raw when there is an existing dup column but alias_raw is not always unique in one query. Now we also add suffix. Alias_raw + suffix is equivalent to the alias which is always unique in one query. by @copybara-service[bot] in #261
  • Fix some lint issues. by @copybara-service[bot] in #262

Full Changelog: 1.5.7...1.5.8

v1.5.7

15 Aug 00:10

Choose a tag to compare

Bump up the version to 1.5.7.

PiperOrigin-RevId: 795258642

1.5.6

19 Jul 06:17

Choose a tag to compare

What's Changed

Full Changelog: 1.5.5...1.5.6

1.5.5

20 Jun 04:38

Choose a tag to compare

Enable optimizations in the 'mixed' mode of Jackknife/Bootstrap.compu…

v1.5.4

17 Jun 07:42

Choose a tag to compare

Allow to CREATE TEMP TABLE in SQL generation when necessary. Previous…

v1.5.3

16 Jun 21:33

Choose a tag to compare

Allow CUPED/PrePost to iterate on covariates.

PiperOrigin-RevId: 772163965

v1.5.1

08 Sep 19:47

Choose a tag to compare

Add Diversity Metrics

v1.4.1

29 Aug 22:06

Choose a tag to compare

  • Add Apache Beam support
  • Add PoissonBootstrap
  • Many other optimizations

v1.1.0

09 Jan 10:07

Choose a tag to compare

Unify the output column names of compute_on() and compute_on_sql().

v1.0.0

09 Jan 10:11

Choose a tag to compare

Replace some EXCEPT operators by explicitly listing the columns. EXCE…