Skip to content

Commit 48a11b8

Browse files
committed
update README badges
1 parent dc95781 commit 48a11b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Bijectors.jl
22

33
[![Build Status](https://travis-ci.org/TuringLang/Bijectors.jl.svg?branch=master)](https://travis-ci.org/TuringLang/Bijectors.jl)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/mvfs8eio2cscwk1m?svg=true)](https://ci.appveyor.com/project/TuringLang/bijectors-jl)
5-
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/Bijectors.jl/badge.svg?branch=master)](https://coveralls.io/github/TuringLang/Bijectors.jl?branch=master)
4+
5+
[![ForwardDiff and Tracker tests](https://github.com/TuringLang/Bijectors.jl/workflows/ForwardDiff%20and%20Tracker%20tests/badge.svg?branch=master)](https://github.com/TuringLang/Bijectors.jl/actions?query=workflow%3A%22ForwardDiff+and+Tracker+tests%22)
6+
7+
[![Zygote tests](https://github.com/TuringLang/Bijectors.jl/workflows/Zygote%20tests/badge.svg?branch=master)](https://github.com/TuringLang/Bijectors.jl/actions?query=workflow%3A%22Zygote+tests%22)
8+
9+
[![ReverseDiff tests](https://github.com/TuringLang/Bijectors.jl/workflows/ReverseDiff%20tests/badge.svg)](https://github.com/TuringLang/Bijectors.jl/actions?query=workflow%3A%22ReverseDiff+tests%22)
610

711

812
This package implements a set of functions for transforming constrained random variables (e.g. simplexes, intervals) to Euclidean space. The 3 main functions implemented in this package are the `link`, `invlink` and `logpdf_with_trans` for a number of distributions. The distributions supported are:

0 commit comments

Comments
 (0)