Skip to content

Commit 3bff0f6

Browse files
authored
Merge pull request #403 from JuliaParallel/jps/logo
Add logo to README
2 parents f8e2197 + 1ea626c commit 3bff0f6

File tree

2 files changed

+271
-3
lines changed

2 files changed

+271
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Dagger.jl
1+
<img src="docs/logo.svg" alt="Dagger.jl">
22

3-
*A framework for out-of-core and parallel computing*
3+
-----
4+
5+
<h2 align="center">A framework for out-of-core and parallel computing</h2>
46

57
| **Documentation** | **Build Status** |
68
|:---------------------------------------:|:---------------------------------------:|
@@ -13,7 +15,7 @@
1315

1416
At the core of Dagger.jl is a scheduler heavily inspired by [Dask](https://docs.dask.org/en/latest/). It can run computations represented as [directed-acyclic-graphs](https://en.wikipedia.org/wiki/Directed_acyclic_graph) (DAGs) efficiently on many Julia worker processes and threads, as well as GPUs via [DaggerGPU.jl](https://github.com/JuliaGPU/DaggerGPU.jl).
1517

16-
***DTable** has been moved out of this repository. You can find it in a standalone package format [here](https://github.com/JuliaParallel/DTables.jl).*
18+
*The **DTable** has been moved out of this repository. You can now find it [here](https://github.com/JuliaParallel/DTables.jl).*
1719

1820
## Installation
1921

docs/logo.svg

Lines changed: 266 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)