From 254922fc5a4e865d3c81acde7c715fec4a1b2a08 Mon Sep 17 00:00:00 2001 From: Emmanuel Turlay Date: Wed, 29 Jun 2022 18:48:06 -0700 Subject: [PATCH] changelog for v0.2.0 --- docs/changelog.md | 5 +++++ tools/sematic_wheel_rule.bzl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7d5326bf..3f38864f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,8 @@ +* 0.2.0 + * [bugfix] UI scroll issues + * [bugfix] Dataframe UI previews fails for null/NaN values + * [improvement] link to docs in exceptions for unsupported future operations + * [example] dynamic graph examples * 0.1.2-alpha * [bugfix] Fix example execution * 0.1.1-alpha diff --git a/tools/sematic_wheel_rule.bzl b/tools/sematic_wheel_rule.bzl index 1c23f4b2..ae741a5e 100644 --- a/tools/sematic_wheel_rule.bzl +++ b/tools/sematic_wheel_rule.bzl @@ -7,7 +7,7 @@ to patch some odd behavior. not transitive. For this purpose, py_package is to be used. Since we are redefining py_wheel here, might as well include that behavior natively. -- py_package by default packages all source files included those of third-party dependencies +- py_package by default packages all source files including those of third-party dependencies that were installed by pip_parse. To remedy this, py_package offers a packages arguments that allows filtering. We bake this into sematic_py_wheel for an easier API