From 48a11b8998f576daf4e2892a6c8aa80f23aeff86 Mon Sep 17 00:00:00 2001 From: mohamed82008 Date: Wed, 18 Mar 2020 10:54:15 +1100 Subject: [PATCH] update README badges --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c60dae7..88411461 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Bijectors.jl [![Build Status](https://travis-ci.org/TuringLang/Bijectors.jl.svg?branch=master)](https://travis-ci.org/TuringLang/Bijectors.jl) -[![Build status](https://ci.appveyor.com/api/projects/status/mvfs8eio2cscwk1m?svg=true)](https://ci.appveyor.com/project/TuringLang/bijectors-jl) -[![Coverage Status](https://coveralls.io/repos/github/TuringLang/Bijectors.jl/badge.svg?branch=master)](https://coveralls.io/github/TuringLang/Bijectors.jl?branch=master) + +[![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) + +[![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) + +[![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) 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: