Updated README and NEWS for 0.1.0

pull/35/head v0.1.0
Matti Pastell 2016-04-19 09:50:32 +03:00
parent 0399b57c0e
commit 3c1e0e87a9
2 changed files with 10 additions and 7 deletions

12
NEWS.md
View File

@ -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

View File

@ -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: