Skip to content

Commit e8c686c

Browse files
authored
Update badges (#9)
1 parent 35fc623 commit e8c686c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# LogExpFunctions.jl
22

3-
![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)
4-
[![build](https://github.com/tpapp/LogExpFunctions.jl/workflows/CI/badge.svg)](https://github.com/tpapp/LogExpFunctions.jl/actions?query=workflow%3ACI)
5-
[![codecov.io](http://codecov.io/github/tpapp/LogExpFunctions.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/LogExpFunctions.jl?branch=master)
6-
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://tpapp.github.io/LogExpFunctions.jl/stable) [![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://tpapp.github.io/LogExpFunctions.jl/latest)
3+
[![CI](https://github.com/JuliaStats/LogExpFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaStats/LogExpFunctions.jl/actions/workflows/CI.yml?query=branch%3Amaster)
4+
[![codecov.io](http://codecov.io/github/JuliaStats/LogExpFunctions.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaStats/LogExpFunctions.jl?branch=master)
5+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliastats.github.io/LogExpFunctions.jl/stable)
6+
[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://juliastats.github.io/LogExpFunctions.jl/dev)
77

88
Various special functions based on `log` and `exp` moved from [StatsFuns.jl](https://github.com/JuliaStats/StatsFuns.jl) into a separate package, to minimize dependencies. These functions only use native Julia code, so there is no need to depend on `librmath` or similar libraries. See the discussion at [StatsFuns.jl#46](https://github.com/JuliaStats/StatsFuns.jl/issues/46).
99

0 commit comments

Comments
 (0)