You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/SciML/ColPrac"><imgsrc="https://img.shields.io/badge/ColPrac-Contributor%27s%20Guide-blueviolet"alt="ColPrac: Contributor's Guide on Collaborative Practices for Community Packages" /></a>
10
9
</p>
11
10
12
-
## 🚀 Get started
11
+
## Get started
13
12
14
13
Install Julia (see [the official Julia website](https://julialang.org/install/); you will need at least Julia 1.10 for the latest version of Turing.jl).
15
14
Then, launch a Julia REPL and run:
@@ -38,7 +37,7 @@ You can find the main TuringLang documentation at [**https://turinglang.org**](h
38
37
39
38
API documentation for Turing.jl is specifically available at [**https://turinglang.org/Turing.jl/stable**](https://turinglang.org/Turing.jl/stable/).
40
39
41
-
## 🛠️ Contributing
40
+
## Contributing
42
41
43
42
### Issues
44
43
@@ -55,20 +54,20 @@ Breaking releases (minor version) should target the `breaking` branch.
55
54
56
55
If you have not received any feedback on an issue or PR for a while, please feel free to ping `@TuringLang/maintainers` in a comment.
57
56
58
-
## 💬 Other channels
57
+
## Other channels
59
58
60
59
The Turing.jl userbase tends to be most active on the [`#turing` channel of Julia Slack](https://julialang.slack.com/archives/CCYDC34A0).
61
60
If you do not have an invitation to Julia's Slack, you can get one from [the official Julia website](https://julialang.org/slack/).
62
61
63
62
There are also often threads on [Julia Discourse](https://discourse.julialang.org) (you can search using, e.g., [the `turing` tag](https://discourse.julialang.org/tag/turing)).
64
63
65
-
## 🔄 What's changed recently?
64
+
## What's changed recently?
66
65
67
66
We publish a fortnightly newsletter summarising recent updates in the TuringLang ecosystem, which you can view on [our website](https://turinglang.org/news/), [GitHub](https://github.com/TuringLang/Turing.jl/issues/2498), or [Julia Slack](https://julialang.slack.com/archives/CCYDC34A0).
68
67
69
68
For Turing.jl specifically, you can see a full changelog in [`HISTORY.md`](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) or [our GitHub releases](https://github.com/TuringLang/Turing.jl/releases).
70
69
71
-
## 🧩 Where does Turing.jl sit in the TuringLang ecosystem?
70
+
## Where does Turing.jl sit in the TuringLang ecosystem?
72
71
73
72
Turing.jl is the main entry point for users, and seeks to provide a unified, convenient interface to all of the functionality in the TuringLang (and broader Julia) ecosystem.
74
73
@@ -125,5 +124,3 @@ month = feb,
125
124
```
126
125
127
126
</details>
128
-
129
-
You can see the full list of publications that have cited Turing.jl on [Google Scholar](https://scholar.google.com/scholar?cites=11803241473159708991).
0 commit comments