Weave.jl Versions Save

Scientific reports/literate programming for Julia

v0.10.12

1 year ago

Weave v0.10.12

Diff since v0.10.11

Merged pull requests:

  • Mention Literate.jl in README.md (#468) (@dlfivefifty)

v0.10.11

1 year ago

Weave v0.10.11

Diff since v0.10.10

Closed issues:

  • LaTeX (#92)
  • Error converting document to pdf (#430)
  • display plot is slow (#432)
  • [BUG] Unable to use Weave with a Genie server (#441)
  • Suport for Makie Plots [FR] (#447)
  • [FR] I cannot switch line for one bullet of a list (#452)
  • Enable HTTPS for the docs (#454)
  • [FR] Would it be useful to allow Julia code run in shell and Pkg mode? (#460)

Merged pull requests:

  • bumped highlights version (#457) (@ExpandingMan)
  • avoid warning when using Weave in a sysimage (#466) (@KristofferC)

v0.10.10

2 years ago

Weave v0.10.10

Diff since v0.10.9

Merged pull requests:

  • Make assets PackageCompiler-friendly (#426) (@MichaelHatherly)
  • CompatHelper: add new compat entry for "RelocatableFolders" at version "0.1" (#428) (@github-actions[bot])

v0.10.9

2 years ago

Weave v0.10.9

Diff since v0.10.8

Closed issues:

  • [BUG] avoid overwriting Markdown.latex (#388)

Merged pull requests:

  • Fix #388. (#424) (@MichaelHatherly)

v0.10.8

3 years ago

Weave v0.10.8

Diff since v0.10.7

Closed issues:

  • Breaking change to argument parsing in Weave was not tagged as a breaking change (#422)

Merged pull requests:

  • Change tex escaping to tex comments (#416) (@nateybear)
  • fix chunk options regression (#423) (@pfitzseb)

v0.10.7

3 years ago

Weave v0.10.7

Diff since v0.10.6

Closed issues:

  • [BUG] Not able to generate a markdown file that retains the header, using the doctype options of pandoc, pandoc2html, or pandoc2pdf. (#410)

Merged pull requests:

  • Export formats as wrapper (#380) (@JonasIsensee)
  • Fix for out_path only working for directories (#413) (@pgunnink)

v0.10.6

3 years ago

Weave v0.10.6

Diff since v0.10.5

Closed issues:

  • [BUG] an extra empty line added with echo=true (#400)

Merged pull requests:

  • fixes #400 (#401) (@aviatesk)

v0.10.5

3 years ago

Weave v0.10.5

Diff since v0.10.4

Closed issues:

  • [BUG] mkdir error when a directory with a sub-directory is specified for fig_path (#398)

Merged pull requests:

  • Import Dates (#397) (@baggepinnen)
  • fixes #398 (#399) (@aviatesk)

v0.10.4

3 years ago

Weave v0.10.4

Diff since v0.10.3

Closed issues:

  • [BUG] InitError: Evaluation into the closed module Markdown (#356)
  • [BUG] Weave.jl breaks when using v1.5-rc2 (#384)

Merged pull requests:

  • Fix typo in header.md (#393) (@odow)
  • Fix for #386 (#396) (@torfjelde)

v0.10.3

3 years ago

Weave v0.10.3

Diff since v0.10.2

Closed issues:

  • Weave is not capturing plots generated by functions (#233)
  • @__FILE__ doesn't report current file in weaving context (#263)
  • [BUG] unicode characters around inline code errors (#348)
  • [FR] RMarkdown style chunk option specification (#352)
  • [BUG] fig_path gets overwritten for 2html doctypes (#358)
  • [BUG] Incremental compilation may be fatally broken (#366)
  • [BUG] Error when display("text/html", string) to embed raw HTML (#381)

Merged pull requests:

  • use GitHub actions for tests, enable faster CI cycle (#314) (@aviatesk)
  • pre #338 (#341) (@aviatesk)
  • more consistent templates names, move stylesheets into ./stylesheets (#344) (@aviatesk)
  • fix no highlight style error on pandoc2(html|pdf) output (#347) (@aviatesk)
  • fixes #348 (#349) (@aviatesk)
  • Reworking format.jl (#350) (@JonasIsensee)
  • refactor /reader/ (#351) (@aviatesk)
  • RMarkdown style chunk options (#353) (@aviatesk)
  • trigger tests for Plots.jl and Gadfly.jl only on CI (#354) (@aviatesk)
  • refactor formatters.jl (#355) (@aviatesk)
  • [RFC] Do not define Markdown.latex using eval (#357) (@baggepinnen)
  • respect specied fig_path (#359) (@aviatesk)
  • yet another clean up: (#360) (@aviatesk)
  • make list_out_formats return return just data structure (#361) (@aviatesk)
  • Improvements to the tex rendering pipeline (#362) (@JonasIsensee)
  • fix header regression, add test, update test (#363) (@aviatesk)
  • fixes #263 (#364) (@aviatesk)
  • fix paths (#367) (@aviatesk)
  • config powerup (#368) (@aviatesk)
  • clean up: (#369) (@aviatesk)
  • fix Report typings, and hooks (#370) (@aviatesk)
  • follow RMarkdown more: make throw_error option into chunk option (#371) (@aviatesk)
  • :fire: (#372) (@aviatesk)
  • improve term result (#373) (@aviatesk)
  • refactor document writing (#374) (@aviatesk)
  • preserve header for pandoc formats (#376) (@aviatesk)
  • add simple end2end test (#377) (@aviatesk)