Skip to content

Commit 1b01164

Browse files
committed
news 12
1 parent 3ecfbb3 commit 1b01164

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Turing.jl Newsletter 12
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-09-26
10+
---
11+
12+
After a bit of an absence (Penny has been busy / away) the newsletter is back...
13+
14+
**JuliaCon Local Paris 2025**
15+
16+
Markus and Penny will be in Paris next week for JuliaCon! We have [a poster on Friday morning](https://pretalx.com/juliacon-local-paris-2025/talk/review/EUKSNDWJEVA8TCD3RRP7A993XMLUAWBX) about all the latest developments in Turing.jl, so please feel free to come and say hi and chat about anything :)
17+
18+
**Google Summer of Code projects**
19+
20+
We have recently wrapped up our two GSoc projects and the reports are available to read.
21+
There is [Mateus Maia's work on RJuliaBUGS](https://github.com/TuringLang/JuliaBUGS.jl/pull/389) -- as the name suggests this is an R interface to JuliaBUGS.jl; and also [Shravan Goswami's DoodleBUGS](https://turinglang.org/news/posts/2025-09-01-GSoC-Report-DoodleBUGS/) -- a web frontend for creating and editing BUGS models (you can also [try it out here](https://turinglang.org/JuliaBUGS.jl/DoodleBUGS/)!).
22+
23+
**Core updates**
24+
25+
Our refactoring of DynamicPPL internals continues: DynamicPPL v0.37 / Turing v0.40 was quite a major release (for us!) and in particular overhauls the way that log-probabilities are tracked when evaluating a model.
26+
For the regular Turing.jl user you will hopefully find quite little difference, but one bonus is that in MCMC sampling log-probabilities are now correctly tracked in the returned chain: you can access `chn[:lp]` for the log-joint, but also `chn[:logprior]` and `chn[:loglikelihood]`.
27+
All of these probabilities are also consistently returned in the "unlinked space", i.e., they don't include any Jacobian terms obtained from transforming constrained distributions (these terms are an implementation detail and shouldn't be 'leaked' to the user).
28+
Previously only `chn[:lp]` was provided and the meaning of that varied from sampler to sampler.
29+
30+
**Mooncake forward-mode**
31+
32+
Mooncake.jl now has a new forwards-mode AD system which you can use with `AutoMooncakeForward()`.
33+
It should work with almost all Turing models and our ADTests website has benchmarks (reverse mode is still faster for most things!)
34+
35+
**Docs**
36+
37+
There are some new additions to the Turing docs including [a list of FAQs](https://turinglang.org/docs/faq/), as well as [a more thorough page on submodels](https://turinglang.org/docs/usage/submodels/) and how to use one of Turing's most unique features.
38+
If you have particular requests for documentation please do let us know as I'll be attempting to spend some consistent time working on the docs.

0 commit comments

Comments
 (0)