Skip to content

Tags: jonasmac16/Turing.jl

Tags

v0.14.10

Toggle v0.14.10's commit message
[Diff since v0.14.9](TuringLang/Turing.jl@v0.14.9...v0.14.10)

**Merged pull requests:**
- Fixed typo in export of `generated_quantities` (TuringLang#1441) (@torfjelde)

v0.14.9

Toggle v0.14.9's commit message
[Diff since v0.14.8](TuringLang/Turing.jl@v0.14.8...v0.14.9)

**Merged pull requests:**
- Replace deprecated `elementwise_loglikelihoods` with `pointwise_loglikelihoods` (TuringLang#1438) (@devmotion)

v0.14.8

Toggle v0.14.8's commit message
[Diff since v0.14.7](TuringLang/Turing.jl@v0.14.7...v0.14.8)

**Closed issues:**
- Feature request: Retrieve model name from model (TuringLang#1429)

**Merged pull requests:**
- Improve documentation and implementation of custom distributions (TuringLang#1431) (@devmotion)
- CompatHelper: bump compat for "FiniteDifferences" to "0.11" for package test (TuringLang#1434) (@github-actions[bot])

v0.14.7

Toggle v0.14.7's commit message
[Diff since v0.14.6](TuringLang/Turing.jl@v0.14.6...v0.14.7)

**Closed issues:**
- AssertionError: all(getargnames(model)) do arg (TuringLang#1404)
- Documentation for MH sampler does not render properly (TuringLang#1423)

**Merged pull requests:**
- Update mh.jl (TuringLang#1424) (@cpfiffer)
- Rename `turnprogress` to `setprogress!` (TuringLang#1427) (@devmotion)

v0.14.6

Toggle v0.14.6's commit message

v0.14.5

Toggle v0.14.5's commit message
[Diff since v0.14.4](TuringLang/Turing.jl@v0.14.4...v0.14.5)

**Merged pull requests:**
- Re-export `elementwise_loglikelihoods` and `generated_quantities` (TuringLang#1420) (@torfjelde)

v0.14.4

Toggle v0.14.4's commit message
[Diff since v0.14.3](TuringLang/Turing.jl@v0.14.3...v0.14.4)

**Closed issues:**
- Cannot reuse model when using ReverseDiff and Memoization (TuringLang#1393)
- Question: Possible error in the model specifications (TuringLang#1409)
- Multi-threaded sampling with reversediff backend and rdcache gives bad samples (TuringLang#1412)

**Merged pull requests:**
- Update quick-start.md (TuringLang#1413) (@konkam)
- Fix memoization issue (TuringLang#1414) (@devmotion)

v0.14.3

Toggle v0.14.3's commit message
[Diff since v0.14.2](TuringLang/Turing.jl@v0.14.2...v0.14.3)

**Closed issues:**
- NUTS(1000, 0.95, 10): Cannot `convert` an object of type Int64 to an object of type Symbol (TuringLang#1407)

**Merged pull requests:**
- CompatHelper: bump compat for "Optim" to "1.0" for package test (TuringLang#1399) (@github-actions[bot])
- Fix MLE/MAP with Zygote and ReverseDiff (TuringLang#1408) (@cpfiffer)

v0.14.2

Toggle v0.14.2's commit message
[Diff since v0.14.1](TuringLang/Turing.jl@v0.14.1...v0.14.2)

**Closed issues:**
- Export `acclogp!` and `getlogp`? (TuringLang#1273)
- Dot-tilde (.~) broadcasting not supported in Turing models (TuringLang#1360)

**Merged pull requests:**
- Make `setadbackend` more consistent + use ZygoteRules (TuringLang#1401) (@devmotion)
- Add GSoC blog post (TuringLang#1405) (@cpfiffer)

v0.14.1

Toggle v0.14.1's commit message
[Diff since v0.14.0](TuringLang/Turing.jl@v0.14.0...v0.14.1)

**Closed issues:**
- Mechanism to reject samples (TuringLang#702)
- UndefVarError: AxisArrays not defined when loading saved chain with BSON (TuringLang#1394)

**Merged pull requests:**
- ModeResult description inconsistency (TuringLang#1396) (@wupeifan)