Releases: PumasAI/QuartoNotebookRunner.jl
Releases · PumasAI/QuartoNotebookRunner.jl
v0.11.6
QuartoNotebookRunner v0.11.6
Merged pull requests:
- Pin
JuliaFormatter
tov2
and fix new formatting failures (#199) (@MichaelHatherly) - Revert "Pin
JuliaFormatter
tov2
and fix new formatting failures" (#201) (@MichaelHatherly) - Bump JuliaRegistries/TagBot from 1.19.6 to 1.20.0 (#207) (@dependabot[bot])
- Append user exeflags to env exeflags (#209) (@jkrumbiegel)
v0.11.5
QuartoNotebookRunner v0.11.5
Merged pull requests:
- Fix global
eval: false
(#174) (@jkrumbiegel) - Bump quarto-dev/quarto-actions from 2.1.4 to 2.1.6 (#175) (@dependabot[bot])
- Bump r-lib/actions from 2.9.0 to 2.10.1 (#176) (@dependabot[bot])
- Bump JuliaRegistries/TagBot from 1.18.1 to 1.19.2 (#177) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 (#178) (@dependabot[bot])
- Bump julia-actions/cache from 2.0.1 to 2.0.4 (#179) (@dependabot[bot])
- Use 1.10 not 1.10.0 in CI (#181) (@MichaelHatherly)
- Don't print out progress for concurrent runs test (#183) (@MichaelHatherly)
- Bump actions/checkout from 4.1.7 to 4.2.0 (#186) (@dependabot[bot])
- Fix Julia 1.11 errors (#191) (@MichaelHatherly)
- Deterministic seeded random streams across runs (#194) (@jkrumbiegel)
- Information about current Quarto upstream issues (#196) (@andreuvall)
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
What's Changed
- Use 1.10 not 1.10.0 in CI by @MichaelHatherly in #181
- Fix global
eval: false
by @jkrumbiegel in #174 - Bump quarto-dev/quarto-actions from 2.1.4 to 2.1.6 by @dependabot in #175
- Bump r-lib/actions from 2.9.0 to 2.10.1 by @dependabot in #176
- Bump JuliaRegistries/TagBot from 1.18.1 to 1.19.2 by @dependabot in #177
- Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 by @dependabot in #178
- Bump julia-actions/cache from 2.0.1 to 2.0.4 by @dependabot in #179
- Don't print out progress for concurrent runs test by @MichaelHatherly in #183
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Bump julia-actions/cache from 2.0.0 to 2.0.1 by @dependabot in #160
- Bump julia-actions/setup-julia from 2.1.0 to 2.2.0 by @dependabot in #161
- CI: Pin all GitHub Actions to full-length commit hashes by @DilumAluthge in #163
- CI: Pin all GitHub Actions to full-length commit hashes by @DilumAluthge in #162
- Fix #159, make parameters
const
by @MichaelHatherly in #164 - Fix #139, add API for accessing notebook metadata programmatically by @MichaelHatherly in #165
- Fix #111, support
warning
cell option by @MichaelHatherly in #166 - Fix unpopulated notebook options during worker package init by @MichaelHatherly in #167
- Bump julia-actions/julia-runtest from 1.9.3 to 1.10.0 by @dependabot in #169
- Bump julia-actions/setup-julia from 2.2.0 to 2.3.0 by @dependabot in #168
- Fix #170, improve cell attribute error messages by @MichaelHatherly in #171
New Contributors
- @DilumAluthge made their first contribution in #163
Full Changelog: v0.11.2...v0.11.3
v0.11.2
QuartoNotebookRunner v0.11.2
Merged pull requests:
- Fix #143, pass
:module
toIOCapture.capture
(#149) (@MichaelHatherly) - Bump actions/checkout from 4.1.6 to 4.1.7 (#150) (@dependabot[bot])
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#151) (@dependabot[bot])
print
inline code results instead ofshow
ing them (#153) (@jkrumbiegel)- Use quarto-provided markdown if present (#154) (@jkrumbiegel)
- Fix Plotly require.js config mechanism (#155) (@jkrumbiegel)
- Note that Quarto doesn't follow project-wide engine yet (#157) (@alecloudenback)
- Bump julia-actions/setup-julia from 2.0.0 to 2.1.0 (#158) (@dependabot[bot])
Closed issues:
v0.11.1
QuartoNotebookRunner v0.11.1
Merged pull requests:
- Fix #116,
revise_first
world age issue (#138) (@MichaelHatherly) - invokelatest expand to allow extension within notebook (#140) (@jkrumbiegel)
- Document using
Requires.jl
for extending in 3rd-party packages (#146) (@MichaelHatherly) - Fix #141 and fix #145, LaTeX rendering improvements (#147) (@MichaelHatherly)
- Fix #142,
InteractiveUtils
should be imported by default (#148) (@MichaelHatherly)
Closed issues:
v0.11.0
QuartoNotebookRunner v0.11.0
Merged pull requests:
- Bump julia-actions/cache from 1.5.2 to 2.0.0 (#120) (@dependabot[bot])
- support REPL modes (#121) (@MHellmund)
- make '--color=yes' the default (#122) (@MHellmund)
- Bump actions/checkout from 4.1.4 to 4.1.5 (#123) (@dependabot[bot])
- Update CI.yml, bump windows min version to 1.7 (#124) (@MichaelHatherly)
- Turn worker code into a real package (#126) (@MichaelHatherly)
- Bump r-lib/actions from 2.8.7 to 2.9.0 (#127) (@dependabot[bot])
- Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#131) (@dependabot[bot])
- Bump actions/checkout from 4.1.5 to 4.1.6 (#132) (@dependabot[bot])
- Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#133) (@dependabot[bot])
- Implement
expand
extension interface andCell
struct (#135) (@MichaelHatherly) - Handle
application/pdf
mimetypes (#136) (@MichaelHatherly) - Add
test_pr
for testing PRs (#137) (@MichaelHatherly)
Closed issues:
v0.10.2
QuartoNotebookRunner v0.10.2
Merged pull requests:
- Bump actions/checkout from 4.1.3 to 4.1.4 (#110) (@dependabot[bot])
- Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#118) (@dependabot[bot])
- Error handling for expanded cells (#119) (@jkrumbiegel)
v0.10.1
QuartoNotebookRunner v0.10.1
Merged pull requests:
- Update
authors
field (#106) (@MichaelHatherly) - Add note to README.md (#107) (@MichaelHatherly)
- Bump actions/checkout from 4.1.2 to 4.1.3 (#109) (@dependabot[bot])
- Use code field of for source of expanded cell (#114) (@jkrumbiegel)
- Use
macos-13
in CI (#117) (@MichaelHatherly)
Closed issues:
- Expanded cells don't use correct source code (#113)
v0.10.0
QuartoNotebookRunner v0.10.0
Merged pull requests:
- Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#88) (@dependabot[bot])
RCall.jl
plot support (#95) (@MichaelHatherly)- try-catch pwd in case it's deleted after starting the server (#96) (@jkrumbiegel)
- Rename
multiple
cell option toexpand
(#97) (@jkrumbiegel) - Close socket when receiving invalid json or hmac (#98) (@jkrumbiegel)
- Add ability to render R code blocks with RCall (#100) (@jkrumbiegel)
- RCall clear variables on refresh (#103) (@jkrumbiegel)
- Implement parameters (#105) (@jkrumbiegel)
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 usingRCall
(#99) - RCall session needs to be cleared before each render (#102)