Releases: google/meterstick
Releases · google/meterstick
1.5.6
What's Changed
- Move
license
attribute 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…