Skip to content

Commit 2e50972

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 9a446d0 commit 2e50972

62 files changed

Lines changed: 1473 additions & 1375 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e40f649
1+
1c0678d3

CHANGELOG.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,12 @@ <h2 id="toc-title">On this page</h2>
246246
<ul class="collapse">
247247
<li><a href="#added" id="toc-added" class="nav-link" data-scroll-target="#added">Added</a></li>
248248
<li><a href="#fixed" id="toc-fixed" class="nav-link" data-scroll-target="#fixed">Fixed</a></li>
249+
<li><a href="#changed" id="toc-changed" class="nav-link" data-scroll-target="#changed">Changed</a></li>
249250
</ul></li>
250251
<li><a href="#section" id="toc-section" class="nav-link" data-scroll-target="#section">0.3.2 - 2026-05-05</a>
251252
<ul class="collapse">
252253
<li><a href="#fixed-1" id="toc-fixed-1" class="nav-link" data-scroll-target="#fixed-1">Fixed</a></li>
253-
<li><a href="#changed" id="toc-changed" class="nav-link" data-scroll-target="#changed">Changed</a></li>
254+
<li><a href="#changed-1" id="toc-changed-1" class="nav-link" data-scroll-target="#changed-1">Changed</a></li>
254255
</ul></li>
255256
<li><a href="#section-1" id="toc-section-1" class="nav-link" data-scroll-target="#section-1">0.3.1 - 2026-04-30</a>
256257
<ul class="collapse">
@@ -260,7 +261,7 @@ <h2 id="toc-title">On this page</h2>
260261
<ul class="collapse">
261262
<li><a href="#added-1" id="toc-added-1" class="nav-link" data-scroll-target="#added-1">Added</a></li>
262263
<li><a href="#fixed-3" id="toc-fixed-3" class="nav-link" data-scroll-target="#fixed-3">Fixed</a></li>
263-
<li><a href="#changed-1" id="toc-changed-1" class="nav-link" data-scroll-target="#changed-1">Changed</a></li>
264+
<li><a href="#changed-2" id="toc-changed-2" class="nav-link" data-scroll-target="#changed-2">Changed</a></li>
264265
<li><a href="#removed" id="toc-removed" class="nav-link" data-scroll-target="#removed">Removed</a></li>
265266
</ul></li>
266267
<li><a href="#section-3" id="toc-section-3" class="nav-link" data-scroll-target="#section-3">[2.7.0] - 2026-04-20</a></li>
@@ -290,6 +291,12 @@ <h3 class="anchored" data-anchor-id="fixed">Fixed</h3>
290291
<li>Dodging of horizontal violin plots were broken due to a bad orientation assumption in the VegaLite writer. We now correctly use the orientation to dodge in the correct dimension (#439).</li>
291292
</ul>
292293
</section>
294+
<section id="changed" class="level3">
295+
<h3 class="anchored" data-anchor-id="changed">Changed</h3>
296+
<ul>
297+
<li><code>boxplot</code>, <code>violin</code>, and <code>range</code> now support omitting the categorical aesthetic, matching <code>bar</code>. <code>point</code> now treats both position aesthetics as optional.</li>
298+
</ul>
299+
</section>
293300
</section>
294301
<section id="section" class="level2">
295302
<h2 class="anchored" data-anchor-id="section">0.3.2 - 2026-05-05</h2>
@@ -301,8 +308,8 @@ <h3 class="anchored" data-anchor-id="fixed-1">Fixed</h3>
301308
<li>Fixed bug where faceted data were matched to the incorrect panels (#409)</li>
302309
</ul>
303310
</section>
304-
<section id="changed" class="level3">
305-
<h3 class="anchored" data-anchor-id="changed">Changed</h3>
311+
<section id="changed-1" class="level3">
312+
<h3 class="anchored" data-anchor-id="changed-1">Changed</h3>
306313
<ul>
307314
<li>Restructured how ggsql integrates with ODBC drivers to use the system ODBC, rather than bundling unixodbc as part of binary releases. This fixes several issues on Linux and macOS caused by relative paths to dynamic libraries.</li>
308315
</ul>
@@ -344,8 +351,8 @@ <h3 class="anchored" data-anchor-id="fixed-3">Fixed</h3>
344351
<li>Fixed an issue with OOB null-filtering, leading to missing median lines in boxplots (#394)</li>
345352
</ul>
346353
</section>
347-
<section id="changed-1" class="level3">
348-
<h3 class="anchored" data-anchor-id="changed-1">Changed</h3>
354+
<section id="changed-2" class="level3">
355+
<h3 class="anchored" data-anchor-id="changed-2">Changed</h3>
349356
<ul>
350357
<li>Reverted an earlier decision to materialize CTEs and the global query in Rust before registering them back to the backend. We now keep the data purely on the backend until the layer query as was always intended (#363)</li>
351358
<li>Relieved some grammatical constraints on the SQL-portion before the VISUALISE portion (#364).</li>

CHANGELOG.llms.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
- Dodging of horizontal violin plots were broken due to a bad orientation assumption in the VegaLite writer. We now correctly use the orientation to dodge in the correct dimension (#439).
1313

14+
### Changed
15+
16+
- `boxplot`, `violin`, and `range` now support omitting the categorical aesthetic, matching `bar`. `point` now treats both position aesthetics as optional.
17+
1418
## 0.3.2 - 2026-05-05
1519

1620
### Fixed

gallery/examples/bar-chart.html

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

gallery/examples/boxplot.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

gallery/examples/density.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

gallery/examples/faceted.html

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

gallery/examples/heatmap.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

gallery/examples/histogram.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

gallery/examples/line-chart.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)