Skip to content

Releases: PumasAI/QuartoNotebookRunner.jl

v0.11.6

07 Nov 11:58
407921d
Compare
Choose a tag to compare

QuartoNotebookRunner v0.11.6

Diff since v0.11.5

Merged pull requests:

v0.11.5

16 Oct 17:53
9839da3
Compare
Choose a tag to compare

QuartoNotebookRunner v0.11.5

Diff since v0.11.3

Merged pull requests:

Closed issues:

  • Add support for includet (#172)
  • Bug: always evaluate (#173)
  • InitError: ConcurrencyViolationError (#190)
  • Seeded RNGs only work reproducibly within a cell (#192)
  • quarto problem with julia 1.11 (#193)
  • Information about Quarto upstream issues 10034 and 3157 (#195)
  • MethodError for is_manifest_current() (#197)

v0.11.4

17 Oct 12:58
e86c770
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

14 Aug 15:10
e0a0972
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.11.3

v0.11.2

24 Jun 10:31
857724a
Compare
Choose a tag to compare

QuartoNotebookRunner v0.11.2

Diff since v0.11.1

Merged pull requests:

Closed issues:

  • PlotlyJS not working for HTML output (#129)
  • Is it feasible to suppress the module name Main.Notebook? (#143)
  • String interpolation fails on Markdown (#144)
  • Consider removing double quotes from strings interpolated into a document (#152)
  • Engine not able to be set project-wide (#156)

v0.11.1

07 Jun 14:54
e13b30c
Compare
Choose a tag to compare

QuartoNotebookRunner v0.11.1

Diff since v0.11.0

Merged pull requests:

Closed issues:

  • Revise fails due to world age error (#116)
  • Problem with multibyte characters (#130)
  • SymPy output not rendered as inline math with MathJax (#141)
  • Small difference to Jupyter/IJulia: InteractiveUtils not preloaded (#142)
  • Consider extension for LaTeXStrings (#145)

v0.11.0

28 May 12:23
655281f
Compare
Choose a tag to compare

QuartoNotebookRunner v0.11.0

Diff since v0.10.2

Merged pull requests:

Closed issues:

  • Support Julia REPL help mode (#56)
  • Make --color=yes the default for workers (#69)
  • Expanded cell with error swallows useful info (#112)
  • Pdf plotting is broken (worked on iJulia) (#128)

v0.10.2

02 May 16:35
ad95537
Compare
Choose a tag to compare

QuartoNotebookRunner v0.10.2

Diff since v0.10.1

Merged pull requests:

v0.10.1

29 Apr 10:46
6731c97
Compare
Choose a tag to compare

QuartoNotebookRunner v0.10.1

Diff since v0.10.0

Merged pull requests:

Closed issues:

  • Expanded cells don't use correct source code (#113)

v0.10.0

18 Apr 11:41
8a05074
Compare
Choose a tag to compare

QuartoNotebookRunner v0.10.0

Diff since v0.9.1

Merged pull requests:

Closed issues:

  • Support Quarto Projects (#16)
  • Support notebook parameters (#36)
  • Differences to knitr (#70)
  • Also read engine from configuration file (_quarto.yml) (#90)
  • Precompile of QuartoNotebookRunner hangs (#91)
  • Plots from RCall are not shown (#92)
  • evaluate_raw_cells! / pwd() throws IOError: pwd(): no such file or directory (#93)
  • Support {r} cell evaluation using RCall (#99)
  • RCall session needs to be cleared before each render (#102)