Skip to content

Commit 554f059

Browse files
authored
README: Update CI badge, remove NNlibCUDA, update name (#203)
1 parent c8b3681 commit 554f059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaOptimalTransport.github.io/OptimalTransport.jl/stable)
44
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaOptimalTransport.github.io/OptimalTransport.jl/dev)
5-
[![CI](https://github.com/JuliaOptimalTransport/OptimalTransport.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaOptimalTransport/OptimalTransport.jl/actions?query=workflow%3ACI+branch%3Amaster)
5+
[![CI](https://github.com/JuliaOptimalTransport/OptimalTransport.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaOptimalTransport/OptimalTransport.jl/actions/workflows/CI.yml?query=branch%3Amaster)
66
[![GPU tests](https://img.shields.io/buildkite/ec407153516cb9bc2a8b66105bc4a418d223ab9bba5f1cbe3a/master?label=GPU%20tests)](https://buildkite.com/julialang/optimaltransport-dot-jl/builds?branch=master)
77
[![DOI](https://zenodo.org/badge/253333137.svg)](https://zenodo.org/badge/latestdoi/253333137)
88
[![Codecov](https://codecov.io/gh/JuliaOptimalTransport/OptimalTransport.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaOptimalTransport/OptimalTransport.jl)
@@ -11,7 +11,7 @@
1111

1212
This package provides some [Julia](https://julialang.org/) implementations of algorithms for computational [optimal transport](https://optimaltransport.github.io/), including the Earth-Mover's (Wasserstein) distance, Sinkhorn algorithm for entropically regularized optimal transport as well as some variants or extensions.
1313

14-
Notably, OptimalTransport.jl provides GPU acceleration through [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl/) and [NNlibCUDA.jl](https://github.com/FluxML/NNlibCUDA.jl).
14+
Notably, OptimalTransport.jl provides GPU acceleration through [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl/).
1515

1616
This package is inspired by the [Python Optimal Transport](https://pythonot.github.io/) package.
1717

@@ -52,7 +52,7 @@ Contributions are more than welcome! Please feel free to submit an issue or pull
5252
Contributors include:
5353

5454
- Tim Matsumoto (UBC)
55-
- David Widmann (Uppsala)
55+
- David Müller-Widmann (Uppsala)
5656
- Davi Barreira (FGV)
5757
- Stephen Zhang (UBC)
5858

0 commit comments

Comments
 (0)