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
- Added `radar` setting to polar coordinates for making radar plots (#418).
23
11
@@ -27,7 +15,7 @@
27
15
28
16
- Side effects like `CREATE TEMP TABLE` before the `VISUALISE` statement are now
29
17
separated from directly feeding into the visualisation data (#415)
30
-
- Fixed bug where panel axes were unintentionally anchored to zero when using
18
+
- Fixed bug where panel axes were unintentionally anchored to zero when using
31
19
`FACET ... SETTING free => 'x'/'y'` (#410).
32
20
- Fixed bug where faceted data were matched to the incorrect panels (#409)
33
21
@@ -47,7 +35,6 @@ issues on Linux and macOS caused by relative paths to dynamic libraries.
47
35
48
36
### Added
49
37
50
-
51
38
- Add cell delimiters and code lens actions to the Positron extension (#366)
52
39
- ODBC is now turned on for the CLI as well (#344)
53
40
-`FROM` can now come before `VISUALIZE`, mirroring the DuckDB style. This means
@@ -96,7 +83,6 @@ portion (#364).
96
83
- Removed polars from dependency list along with all its transient dependencies. Rewrote DataFrame struct on top of arrow (#350)
97
84
- Moved ggsql-python to its own repo (posit-dev/ggsql-python) and cleaned up any additional references to it
98
85
- Moved ggsql-r to its own repo (posit-dev/ggsql-r)
99
-
- The `orientation` setting on `ribbon` and `range` layers. With explicit `xmin`/`xmax` or `ymin`/`ymax` mappings, orientation is unambiguous and is auto-detected from the mappings; the override is no longer needed.
0 commit comments