diff --git a/NEWS.md b/NEWS.md index 94de12d..226d9ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,17 @@ # Release notes for Weave.jl -### Changes in master +### v0.1.0 -* Simple caching of code chunks -* Each document is executed in separate sandbox module instead of redefining the same one. Fixes warnings and occasional segfaults. +19th April 2016 + +* Updated for Julia 0.4x, drop 0.3x support +* Each document is executed in separate sandbox module instead of redefining the same one. Fixes warnings and occasional segfaults. +* Change the output of chunks: + - Output will be added to the output directly where they are created (default). + - Use "results = :hold" to push all output after the chunk. * New chunk option: `line_width`. +* Winston support is not implemented yet for this version. * Bug fix in wrapping output lines. * Internal changes - Chunks are now represented with their own type. Allows multiple dispatch diff --git a/README.md b/README.md index 2098dfb..714a913 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,13 @@ and Sweave. You can write your documentation and code in input document using Nowed or Markdown syntax and use `weave` function to execute to document to capture results and figures. -**Master branch has now been updated for Julia 0.4x, caching doesn't work and PyPlot output tests need to be checked**. - **Current features** * Noweb or markdown syntax for input documents. * Execute code as terminal or "script" chunks. -* Capture PyPlot, Gadfly or Winston figures. +* Capture PyPlot, Gadfly figures. (or Winston in 0.0.4) * Supports LaTex, Pandoc and Github markdown and reStructuredText output - ## Usage Run from julia using Gadfly for plots: