From aaabc2cd4f296bf2a6ae0e46642ab72135fe539f Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Mon, 15 May 2017 17:53:43 +0300 Subject: [PATCH] Update README --- README.md | 5 ++--- test/runtests.jl | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1642ab0..2c24fb5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/test/runtests.jl b/test/runtests.jl index aeb02dd..aca5ec3 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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")