@@ -3,8 +3,8 @@ Dierckx.jl
3
3
4
4
* Julia library for 1-d and 2-d splines*
5
5
6
- [ ![ Build Status ] ( https://img.shields.io/travis/kbarbary/ Dierckx.jl. svg?style=flat-square&logo=github&label=CI )] ( https://github.com/kbarbary /Dierckx.jl/actions?query=workflow%3ACI )
7
- [ ![ Coverage Status] ( http://img.shields.io/coveralls/kbarbary /Dierckx.jl.svg?style=flat-square )] ( https://coveralls.io/r/kbarbary /Dierckx.jl?branch=master )
6
+ [ ![ .github/workflows/ci.yml ] ( https://github.com/JuliaMath/ Dierckx.jl/actions/workflows/ci.yml/badge. svg )] ( https://github.com/JuliaMath /Dierckx.jl/actions/workflows/ci.yml )
7
+ [ ![ Coverage Status] ( http://img.shields.io/coveralls/JuliaMath /Dierckx.jl.svg?style=flat-square )] ( https://coveralls.io/github/JuliaMath /Dierckx.jl )
8
8
9
9
This is a Julia wrapper for the
10
10
[ dierckx] ( http://www.netlib.org/dierckx/index.html ) Fortran library,
@@ -28,11 +28,11 @@ of Julia.
28
28
- Derivatives, integrals and roots of 1-d splines.
29
29
- Parametric B-splines.
30
30
31
- Install (Julia 1.3 and later)
31
+ Install (Julia 1.6 and later)
32
32
-----------------------------
33
33
34
34
``` julia
35
- (v1.3 ) pkg> add Dierckx
35
+ (v1.6 ) pkg> add Dierckx
36
36
```
37
37
38
38
(Type ` ] ` to enter package mode.)
@@ -309,4 +309,4 @@ If you use this package in a pulication and wish to cite it, you may want to cit
309
309
310
310
> Paul Dierckx, Curve and Surface Fitting with Splines, Oxford University Press, 1993
311
311
312
- If convenient, you can also include a link to the github repository for this package: https://github.com/kbarbary /Dierckx.jl .
312
+ If convenient, you can also include a link to the github repository for this package: https://github.com/JuliaMath /Dierckx.jl .
0 commit comments