| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-02 | 683 Bytes | |
| v0.47.4 source code.tar.gz | 2026-09-02 | 164.5 kB | |
| v0.47.4 source code.zip | 2026-09-02 | 206.1 kB | |
| Totals: 3 Items | 371.3 kB | 0 | |
Turing v0.47.4
externalsampler now forwards AbstractMCMC.step_warmup to the sampler it wraps, so an external sampler that adapts during warmup, such as AdvancedMH.RobustAdaptiveMetropolis, adapts instead of sampling with its initial proposal.
Merged pull requests:
- Forward step_warmup to external samplers (#2871) (@sbfnk)
- Skip the Aqua persistent-tasks check on Windows (#2872) (@shravanngoswamii)
Closed issues:
- Remove HMC in favour of externalsampler(HMC) (#2592)
externalsamplerdoes not forwardstep_warmup, so adaptive external samplers never adapt (#2870)