Skip to content

Commit 5b05601

Browse files
changelog: julia engine 0.2.0 / QNR 0.18.1
1 parent dfd43d9 commit 5b05601

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

news/changelog-1.10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ All changes included in 1.10:
77
- ([#14298](https://github.com/quarto-dev/quarto-cli/issues/14298)): Fix `quarto preview` browse URL including output filename (e.g., `hello.html`) for single-file documents, breaking Posit Workbench proxied server access.
88
- ([rstudio/rstudio#17333](https://github.com/rstudio/rstudio/issues/17333)): Fix `quarto inspect` on standalone files emitting project metadata that breaks RStudio's publishing wizard.
99

10+
## Engines
11+
12+
### `julia`
13+
14+
- Update `julia` engine extension from 0.1.0 to 0.2.0 and QuartoNotebookRunner from 0.17.4 to 0.18.1.
15+
- Add `keep-ipynb` support. When `keep-ipynb: true` is set in document YAML, the executed notebook is written alongside the source file.
16+
- Add shared worker processes. Multiple notebooks sharing the same config can reuse a single worker process via `julia: share_worker_process: true`.
17+
- Add support for `execute-dir: project` to set working directory to project root.
18+
- Add diagnostic file logging via `QUARTONOTEBOOKRUNNER_LOG` environment variable.
19+
- Cache worker package environments across sessions, skipping environment setup on subsequent runs when Julia and QNR versions haven't changed.
20+
- Relax manifest version checking to major.minor by default, matching Julia's Pkg behavior. Opt into strict checking via `julia: strict_manifest_versions: true`.
21+
- Fix `fig-format: retina` by normalizing to `png` with doubled `fig-dpi`, matching Jupyter and knitr backends.
22+
- Fix cache invalidation to hash full `Manifest.toml` content so dependency version changes correctly invalidate the cache.
23+
- Fix duplicate YAML keys when Python/R cells have cell options like `echo`.
1024
## Formats
1125

1226
### `typst`

0 commit comments

Comments
 (0)