Skip to content

Commit

Permalink
changelog for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralino1 committed Jun 30, 2022
1 parent ed4c990 commit 254922f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/sematic_wheel_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254922f

Please sign in to comment.