Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
chore: remove version on README.md (#99)
Browse files Browse the repository at this point in the history
these will always be outdated and we already mention the "latest version available" in it.
  • Loading branch information
storopoli authored Jun 10, 2024
1 parent a5bcb46 commit 6fd8425
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Thousands of users rely on Stan for statistical modeling, data analysis, and pre
Stan models are specified in its own language (similar to C++) and compiled into an executable binary that can generate Bayesian statistical inferences using a high-performance Markov Chain Montecarlo (MCMC).

You can find Stan models for all the content discussed in the slides at [`stan/`](stan/) folder.
These were tested with Stan version 2.33.1.

### Turing

Expand All @@ -67,7 +66,6 @@ Models specified using Turing are easy to read and write — models work the way
Like everything in Julia, Turing is [fast](https://arxiv.org/abs/2002.02702).

You can find Turing models for all the content discussed in the slides at [`turing/`](turing/) folder.
These were tested with Turing version 0.30 and Julia 1.10.

## Datasets

Expand Down

0 comments on commit 6fd8425

Please sign in to comment.