You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
- New `HybridReader` that composes any primary `Reader` with an in-process `DuckDBReader` for staging. `register()` writes to staging; `execute_sql` routes queries that reference registered names to staging and everything else to the primary. Available behind the existing `duckdb` feature.
6
6
7
+
### Fixed
8
+
9
+
- Side effects like `CREATE TEMP TABLE` before the `VISUALISE` statement are now
10
+
separated from directly feeding into the visualisation data (#415)
11
+
- Fixed bug where panel axes were unintentionally anchored to zero when using
12
+
`FACET ... SETTING free => 'x'/'y'` (#410).
13
+
- Fixed bug where faceted data were matched to the incorrect panels (#409)
0 commit comments