Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-26 | 530 Bytes | |
v0.39.3 source code.tar.gz | 2025-06-26 | 99.2 kB | |
v0.39.3 source code.zip | 2025-06-26 | 131.0 kB | |
Totals: 3 Items | 230.8 kB | 0 |
Turing v0.39.3
Improved the performance of Turing.Inference.getparams
when called with an untyped VarInfo as the second argument, by first converting to a typed VarInfo.
This makes, for example, the post-sampling Chains construction for Prior()
run much faster.
Merged pull requests:
- Fix performance of getparams
on untyped vi (#2605) (@penelopeysm)
Closed issues: - Prior() sampling takes longer than NUTS() (#2604)