From 53717fed8efb27f7c8777bfb09807be8e3e09efa Mon Sep 17 00:00:00 2001 From: John Lapeyre Date: Sun, 20 May 2018 19:33:24 +0200 Subject: [PATCH] update README and REQUIRE --- .travis.yml | 2 +- README.md | 5 +++++ REQUIRE | 2 +- docs/src/index.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1c3f3b..2d1e71f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ julia: notifications: email: false after_success: - - julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("InverseLaplace")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())' - julia -e 'Pkg.add("Documenter")' - julia -e 'cd(Pkg.dir("InverseLaplace")); include(joinpath("docs", "make.jl"))' + - julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("InverseLaplace")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())' diff --git a/README.md b/README.md index 4f6132b..07b869f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,9 @@ [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://jlapeyre.github.io/InverseLaplace.jl/latest) Linux, OSX: [![Build Status](https://travis-ci.org/jlapeyre/InverseLaplace.jl.svg)](https://travis-ci.org/jlapeyre/InverseLaplace.jl)   Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/jlapeyre/InverseLaplace.jl?branch=master&svg=true)](https://ci.appveyor.com/project/jlapeyre/inverselaplace-jl)       [![Coverage Status](https://coveralls.io/repos/github/jlapeyre/InverseLaplace.jl/badge.svg?branch=master)](https://coveralls.io/github/jlapeyre/InverseLaplace.jl?branch=master) [![codecov](https://codecov.io/gh/jlapeyre/InverseLaplace.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jlapeyre/InverseLaplace.jl) + +This implements some numerical methods for computing inverse Laplace transforms in Julia. + +See the documentation https://jlapeyre.github.io/InverseLaplace.jl/latest . + Note: the last version of this module supporting Julia v0.4 is tagged v0.0.2 diff --git a/REQUIRE b/REQUIRE index b8ea62c..0e6754f 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,3 @@ -julia 0.5 +julia 0.6 Optim Compat 0.17.0 diff --git a/docs/src/index.md b/docs/src/index.md index c891bb5..ca5b03c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,7 +26,7 @@ WeeksErr ## Setting parameters -The inverse Laplace tranform routines are not black boxes. They are prone to instability and can give inaccurate or +The inverse Laplace tranform routines should not be treated as black boxes. They are prone to instability and can give inaccurate or wrong results. There are some parameters you can set to try to minimize these problems. ```@docs