Skip to content

Commit

Permalink
Merge pull request #730 from dbt-labs/release-0.201.0
Browse files Browse the repository at this point in the history
Release PR for MetricFlow 0.201.0
  • Loading branch information
tlento authored Aug 18, 2023
2 parents 7a4a17e + 8af0fda commit 530b1bb
Show file tree
Hide file tree
Showing 10 changed files with 3,351 additions and 525 deletions.
24 changes: 24 additions & 0 deletions .changes/0.201.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## MetricFlow 0.201.0 - August 17, 2023

### Features

- Add dbt-duckdb as a supported adapter and remove legacy DuckDB sql client ([#583](https://github.com/dbt-labs/metricflow/issues/583))

### Fixes

- Remove barrier to partition pruning certain time partition filter predicates ([#712](https://github.com/dbt-labs/metricflow/issues/712))

### Under the Hood

- Make duckdb the standard for all dev-env environment runs, including `make test` ([#723](https://github.com/dbt-labs/metricflow/issues/723))
- ([#728](https://github.com/dbt-labs/metricflow/issues/728))

### Dependencies

- Update pandas to 1.5.x ([#719](https://github.com/dbt-labs/metricflow/pull/719))
- Relax version pins for MetricFlow dependencies ([#720](https://github.com/dbt-labs/metricflow/pull/720))

### Contributors
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#728](https://github.com/dbt-labs/metricflow/issues/728))
- [@jwills](https://github.com/jwills) ([#583](https://github.com/dbt-labs/metricflow/issues/583))
- [@tlento](https://github.com/tlento) ([#712](https://github.com/dbt-labs/metricflow/issues/712), [#723](https://github.com/dbt-labs/metricflow/issues/723), [#719](https://github.com/dbt-labs/metricflow/pull/719), [#720](https://github.com/dbt-labs/metricflow/pull/720))
6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20230810-112855.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Dependencies-20230810-112931.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230804-064652.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20230814-231516.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20230814-225729.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Under the Hood-20230816-150030.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/metricflow/blob/main/CONTRIBUTING.md)

## MetricFlow 0.201.0 - August 17, 2023

### Features

- Add dbt-duckdb as a supported adapter and remove legacy DuckDB sql client ([#583](https://github.com/dbt-labs/metricflow/issues/583))

### Fixes

- Remove barrier to partition pruning certain time partition filter predicates ([#712](https://github.com/dbt-labs/metricflow/issues/712))

### Under the Hood

- Make duckdb the standard for all dev-env environment runs, including `make test` ([#723](https://github.com/dbt-labs/metricflow/issues/723))
- ([#728](https://github.com/dbt-labs/metricflow/issues/728))

### Dependencies

- Update pandas to 1.5.x ([#719](https://github.com/dbt-labs/metricflow/pull/719))
- Relax version pins for MetricFlow dependencies ([#720](https://github.com/dbt-labs/metricflow/pull/720))

### Contributors
- [@courtneyholcomb](https://github.com/courtneyholcomb) ([#728](https://github.com/dbt-labs/metricflow/issues/728))
- [@jwills](https://github.com/jwills) ([#583](https://github.com/dbt-labs/metricflow/issues/583))
- [@tlento](https://github.com/tlento) ([#712](https://github.com/dbt-labs/metricflow/issues/712), [#723](https://github.com/dbt-labs/metricflow/issues/723), [#719](https://github.com/dbt-labs/metricflow/pull/719), [#720](https://github.com/dbt-labs/metricflow/pull/720))

## MetricFlow 0.200.0 - August 02, 2023

### Breaking Changes
Expand Down
3,790 changes: 3,301 additions & 489 deletions attribution.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "metricflow"
version = "0.200.0"
version = "0.201.0"
description = "Translates a simple metric definition into reusable SQL and executes it against the SQL engine of your choice."
readme = "README.md"
requires-python = ">=3.8,<3.12"
Expand Down

0 comments on commit 530b1bb

Please sign in to comment.