Releases: google/meterstick
Releases · google/meterstick
v1.5.8
What's Changed
- No public description by @copybara-service[bot] in #257
- Rename
bytosplit_byin 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
Bump up the version to 1.5.7. PiperOrigin-RevId: 795258642
1.5.6
What's Changed
- Move
licenseattribute to pyproject.toml. This is the new pip convention https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#license-metadata. Also remove the tag for Python 2 as we no longer test for Py2 and it likely doesn't work well anymore. by @copybara-service[bot] in #244 - Make the generated SQL compatible with more SQL engines. The problem is that in some SQL engines like MySQL string literals should be enclosed in single quotes, instead of double quotes. by @copybara-service[bot] in #246
- Change dropna default to True for Nth metric. by @copybara-service[bot] in #248
- Generalize the sql dialect to be configurable. This allows Meterstick to be used with other SQL dialects than GoogleSQL, which is requested in #245. Tested in https://colab.research.google.com/drive/1y3UigzEby1anMM3-vXocBx7V8LVblIAp?usp=sharing by @copybara-service[bot] in #247
Full Changelog: 1.5.5...1.5.6
1.5.5
Enable optimizations in the 'mixed' mode of Jackknife/Bootstrap.compu…
v1.5.4
Allow to CREATE TEMP TABLE in SQL generation when necessary. Previous…
v1.5.3
Allow CUPED/PrePost to iterate on covariates. PiperOrigin-RevId: 772163965
v1.5.1
Add Diversity Metrics
v1.4.1
- Add Apache Beam support
- Add PoissonBootstrap
- Many other optimizations
v1.1.0
Unify the output column names of compute_on() and compute_on_sql().
v1.0.0
Replace some EXCEPT operators by explicitly listing the columns. EXCE…