Skip to content

Commit cbe5346

Browse files
authored
Update the README (#226)
There are a few inaccuracies: * The package no longer downloads and builds openspecfun; instead, it uses OpenSpecFun_jll as a dependency. * We're no longer using AppVeyor or Cirrus. * Documenter now wants people to use "dev" instead of "latest" for docs built from master. Further, we can add a status badge from PkgEval.
1 parent b784a8a commit cbe5346

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ Special mathematical functions in Julia, including Bessel, Hankel, Airy, error,
44
eta, zeta, digamma, inverse digamma, trigamma, and polygamma functions.
55
Most of these functions were formerly part of Base in early versions of Julia.
66

7-
This package downloads and builds [openspecfun](https://github.com/JuliaLang/openspecfun).
8-
Binaries are available for macOS, Windows, FreeBSD, and Linux (glibc >= 2.6 and musl).
9-
10-
| System | Test Status |
11-
| :----- | :---------: |
12-
| Linux/macOS | [![Travis](https://travis-ci.org/JuliaMath/SpecialFunctions.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/SpecialFunctions.jl) |
13-
| Windows | [![AppVeyor](https://ci.appveyor.com/api/projects/status/ccfgkm2cjcggu158/branch/master?svg=true)](https://ci.appveyor.com/project/ararslan/specialfunctions-jl/branch/master) |
14-
| FreeBSD | [![Cirrus](https://api.cirrus-ci.com/github/JuliaMath/SpecialFunctions.jl.svg)](https://cirrus-ci.com/github/JuliaMath/SpecialFunctions.jl) |
15-
16-
Coverage:
7+
CI (Linux, macOS, FreeBSD, Windows):
8+
[![Travis](https://travis-ci.org/JuliaMath/SpecialFunctions.jl.svg?branch=master)](https://travis-ci.org/JuliaMath/SpecialFunctions.jl)
179
[![Coveralls](https://coveralls.io/repos/github/JuliaMath/SpecialFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaMath/SpecialFunctions.jl?branch=master)
1810

1911
Documentation:
20-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/stable)
21-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/latest)
12+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/stable)
13+
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/SpecialFunctions.jl/dev)
14+
15+
Test status (most recent release):
16+
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/SpecialFunctions.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)

0 commit comments

Comments
 (0)