diff --git a/Project.toml b/Project.toml index 79d522f..ad5eec0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BEPS" uuid = "28258c4d-138d-4793-867a-264e32c782b1" authors = ["Dongdong Kong "] -version = "0.1.2" +version = "0.1.3" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/README.md b/README.md index 6428348..6b30fe4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # BEPS.jl - [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://CUG-hydro.github.io/BEPS.jl/dev) [![CI](https://github.com/CUG-hydro/BEPS.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/CUG-hydro/BEPS.jl/actions/workflows/CI.yml) [![Codecov](https://codecov.io/gh/CUG-hydro/BEPS.jl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/CUG-hydro/BEPS.jl/tree/master) @@ -8,30 +7,31 @@ Boreal Ecosystem Productivity Simulator in Julia > Dongdong Kong - -BEPS.jl is alive in Julia now. All functions have been ported to Julia, and the -performance is about 2.5 times faster than C version. - +> +> BEPS.jl is alive in Julia now. All functions have been ported to Julia, and the +> performance is about 2.5 times faster than C version. +> > - Julia: 0.286327 seconds (822.38 k allocations: 22.998 MiB, 0.85% gc time) > - C : 0.787059 seconds (629.95 k allocations: 13.915 MiB) - > [!CAUTION] > `BEPS.clang` only works under Windows. ## Install -* For developers -```bash -git clone https://github.com/CUG-hydro/BEPS.jl -cd BEPS.jl/deps -git clone https://github.com/CUG-hydro/BEPS.c -``` +- For developers -* For users -```bash -# In Julia -] add https://github.com/CUG-hydro/BEPS.jl -``` + ```bash + git clone https://github.com/CUG-hydro/BEPS.jl + cd BEPS.jl/deps + git clone https://github.com/CUG-hydro/BEPS.c + ``` + +- For users + + ```bash + # In Julia + ] add https://github.com/CUG-hydro/BEPS.jl + ``` ## Usage diff --git a/codecov.yml b/codecov.yml index 3960b79..b2df9ab 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,4 +3,4 @@ ignore: - "*/debug/*" - "src/*/deprecated" - "src/*/temp" - \ No newline at end of file + - "src/clang/*"