Skip to content

Releases: JunoLab/Weave.jl

Weave.jl 0.7.2

26 Feb 08:55
Compare
Choose a tag to compare
  • Fix notebook output
  • Fix line wrapping with unicode
  • New style for html output

Weave.jl v0.7.1

08 Feb 14:16
1e630ed
Compare
Choose a tag to compare
  • Restored Gadfly support
  • Fix fig_ext option
  • Fix SVG output in embedded HTML

Weave.jl v0.7.0

29 Jan 07:02
0a21a2e
Compare
Choose a tag to compare
  • Use serialization for cache, fixes issues for caching figures and cuts down dependencies #158
  • Fix display of custom objects in html #165

Weave.jl v0.6.2

23 Aug 05:25
bf57bf8
Compare
Choose a tag to compare
  • Use align environment for ```math blocks in md2html, md2tex and md2pdf output
  • Fix deprecation from inline code parsing

Weave.jl v0.6.1

17 Aug 07:39
aa4ba7e
Compare
Choose a tag to compare
  • Update tests for 1.0

Weave.jl v0.6.0

13 Aug 12:13
9aa01e4
Compare
Choose a tag to compare
  • Update to 0.7, drop 0.6 support.
  • Use Highlights.jl also for md2tex and md2pdf formats
  • Allow running code in specific module
  • Add pandoc-crossref compatible labels to figures
  • Use Requires to load plotting support
  • Remove Gadfly and PyPlot specific code, they should work with generic multimedia displays.

Weave.jl v0.5.2

20 Mar 13:53
Compare
Choose a tag to compare
  • Remove Documenter depency using own md2html writer
  • Precompile (removed earlier due to documenter depency giving errors)

Weave.jl v0.5.1

07 Jan 10:14
eead8f2
Compare
Choose a tag to compare
  • Added error handling: add errors in output document instead of halting by default. Can be turned of with throw_errors argument
  • Bug fix in term=true for md2tex format
  • New notebook function for outputting Jupyter notebooks (experimental)
  • Improvements to CSS in HTML output
  • Embed Plots animated gifs to html output.

Weave.jl v0.5.0

03 Jan 17:40
Compare
Choose a tag to compare
  • Drop support for Julia 0.5
  • Improved Unicode support for md2pdf. Uses minted-package for syntax highlighting and xelatex
  • Use JLD2 for cache instead of JLD
  • Use compact output for "text/plain"
  • Bug fixes
    • Fix Jupyter notebook version in output
    • Script reader supports empty doc chunks (delimit code, and control output, compatible with Hydrogen)
    • Fix term=true for "rich" mime outputs (html, tex).
    • Fix bug with wrapped output in md2html

Weave.jl v0.4.4

15 May 16:13
Compare
Choose a tag to compare
  • Fix Gadfly and Plots support for Julia 0.6-rc1
  • Update tex template