Skip to content

Commit d6c81d1

Browse files
committed
news 13
1 parent f6e798f commit d6c81d1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Turing.jl Newsletter 13
3+
description: The fortnightly newsletter for the Turing.jl probabilistic programming language
4+
categories:
5+
- Newsletter
6+
author:
7+
- name: The TuringLang team
8+
url: /team/
9+
date: 2025-10-10
10+
---
11+
12+
**Julia 1.12**
13+
14+
With the release of 1.12 comes some very nice things and some broken things.
15+
Particle samplers (SMC and PG) currently do not work on 1.12, and Enzyme and Mooncake will both not run.
16+
Fixes are being worked on, but it may well take until 1.12.1 before everything is in order.
17+
If you use any of the above three, you may want to stay with 1.11 for now.
18+
19+
**JuliaCon**
20+
21+
We were at JuliaCon Paris last week (thanks to the organising team for a wonderful conference)!
22+
If you didn't get the chance to say hi, feel free to take a look at the poster we did [here on GitHub](https://github.com/TuringLang/Turing-Workshop/blob/main/2025-JuliaCon/JuliaCon2025_Turing_Poster.pdf).
23+
It very briefly summarises what we've been up to in the last few months, what our current priorities are, and what's likely to come in the future.
24+
25+
**MCMCChains plots + stats**
26+
27+
In the past few months there have been a number of new plot types added to MCMCChains.
28+
You can see examples of [energy plots](https://turinglang.org/MCMCChains.jl/stable/statsplots/#Energy-Plot), [violin plots](https://turinglang.org/MCMCChains.jl/stable/statsplots/#Violin), and [posterior predictive plots](https://turinglang.org/MCMCChains.jl/stable/statsplots/#Posterior-Predictive-Checks-(PPC)) in the docs.
29+
Also, you can now use `MCMCDiagnosticTools.bfmi(::Chains)` to calculate the Bayesian fraction of missing information.
30+
31+
**Docs**
32+
33+
There's a new page explaining in more detail all the options you can use when sampling: https://turinglang.org/docs/usage/sampling-options/, suggestions for additions are always welcome!

0 commit comments

Comments
 (0)