Releases: PumasAI/QuartoNotebookRunner.jl
Releases · PumasAI/QuartoNotebookRunner.jl
v0.4.1
QuartoNotebookRunner v0.4.1
Merged pull requests:
- Bump codecov/codecov-action from 3.1.4 to 4.1.0 (#49) (@dependabot[bot])
- Fix #51 (#52) (@MichaelHatherly)
- Return julia error so that quarto can display why execution failed (#53) (@jkrumbiegel)
get
exeflags and env keys with fallback (#54) (@jkrumbiegel)- Precompile server machinery (#55) (@jkrumbiegel)
Closed issues:
v0.4.0
QuartoNotebookRunner v0.4.0
Merged pull requests:
- Fix undefined ref error on Julia 1.6 (#47) (@MichaelHatherly)
- Fix #46, don't create any output for
nothing
s (#48) (@MichaelHatherly)
Closed issues:
v0.3.3
QuartoNotebookRunner v0.3.3
Merged pull requests:
- Support
julia.env
frontmatter (#45) (@MichaelHatherly)
Closed issues:
v0.3.2
QuartoNotebookRunner v0.3.2
Merged pull requests:
- Add
isopen
andisready
commands to server protocol (#43) (@jkrumbiegel)
Closed issues:
- Add a server status check endpoint (#39)
v0.3.1
QuartoNotebookRunner v0.3.1
Merged pull requests:
- Fix #33, support
include
in notebooks (#34) (@MichaelHatherly)
Closed issues:
- Add support for
include
within notebooks (#33)
v0.3.0
QuartoNotebookRunner v0.3.0
Merged pull requests:
- Fix #15, inline code (#32) (@MichaelHatherly)
Closed issues:
- Support inline code syntax (#15)
v0.2.1
QuartoNotebookRunner v0.2.1
Merged pull requests:
- Refactor testsets, fixes #25 (#27) (@MichaelHatherly)
- Add support for suppressing output via
;
(#28) (@MichaelHatherly) - Add GKS* env vars in CI (#29) (@MichaelHatherly)
- Fix #30, correct YAML handling in cells (#31) (@MichaelHatherly)
Closed issues:
v0.2.0
QuartoNotebookRunner v0.2.0
Merged pull requests:
- Pin
Plots
version (#17) (@MichaelHatherly) - Project frontmatter (#18) (@MichaelHatherly)
- Improve stability of tests (#20) (@MichaelHatherly)
- Add additional
metadata
toipynb
output (#22) (@MichaelHatherly) - Implement non-standard MIME handling (#23) (@MichaelHatherly)
- Bump julia-actions/cache from 1.5.0 to 1.5.2 (#24) (@dependabot[bot])
- Allow setting
error
to control reporting of cell errors (#26) (@MichaelHatherly)
Closed issues:
v0.1.3
QuartoNotebookRunner v0.1.3
Merged pull requests:
- Switch to ProgressLogging.jl (#13) (@devmotion)
- Fix CairoMakie behavior for figure width and dpi settings (#14) (@jkrumbiegel)
Closed issues:
- Use ProgressLogging.jl instead of ProgressMeter? (#12)
v0.1.2
QuartoNotebookRunner v0.1.2
Merged pull requests:
- feat: improvements over Pluto conversions (#10) (@storopoli)
- Handle trailing markdown content in qmd files correctly (#11) (@MichaelHatherly)