| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-13 | 646 Bytes | |
| v0.49.0 source code.tar.gz | 2026-09-13 | 198.9 kB | |
| v0.49.0 source code.zip | 2026-09-13 | 240.4 kB | |
| Totals: 3 Items | 440.0 kB | 0 | |
Turing v0.49.0
DynamicPPL 0.42.13 is now the minimum, so that SMC, PG and CSMC build a TapedTask again (#2895).
Breaking changes
NamedDist is no longer re-exported, following its removal from DynamicPPL.
Replace x ~ NamedDist(dist, :y) with y ~ dist, followed by x = y if a local alias is needed (#2895).
Merged pull requests:
- Drop the NamedDist re-export and require DynamicPPL 0.42.13 (#2895) (@shravanngoswamii)