Update README

pull/94/head
Matti Pastell 2017-05-15 17:53:43 +03:00
parent 0213c2f774
commit aaabc2cd4f
2 changed files with 2 additions and 4 deletions

View File

@ -27,9 +27,8 @@ and figures.
**Citing Weave:** *Pastell, Matti. 2017. Weave.jl: Scientific Reports Using Julia. The Journal of Open Source Software. http://dx.doi.org/10.21105/joss.00204*
**Note about Julia 0.6**: Weave has been updated to support 0.6, current master
requires using `Compat` master (`Compat.invokelatest`). PyPlot, Gadfly and Plots now
also work (12th May 2017).
**Note about Julia 0.6**: Weave has been updated to support 0.6. PyPlot,
Gadfly and Plots now all work, tests still need to be updated (15th May 2017).
![Weave code and output](http://mpastell.com/images/weave_demo.png)

View File

@ -14,7 +14,6 @@ include("formatter_test.jl")
info("Testing rich output")
include("rich_output.jl")
if VERSION < v"0.6-"
info("Test: Caching")
include("cache_test.jl")