Skip to content

Releases: TuringLang/Turing.jl

v0.14.8

10 Oct 00:58
6dca57e
Compare
Choose a tag to compare

Turing v0.14.8

Diff since v0.14.7

Closed issues:

  • Feature request: Retrieve model name from model (#1429)

Merged pull requests:

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

v0.14.7

06 Oct 00:56
e8e24f8
Compare
Choose a tag to compare

Turing v0.14.7

Diff since v0.14.6

Closed issues:

  • AssertionError: all(getargnames(model)) do arg (#1404)
  • Documentation for MH sampler does not render properly (#1423)

Merged pull requests:

v0.14.6

29 Sep 00:54
66e59c7
Compare
Choose a tag to compare

Turing v0.14.6

Diff since v0.14.5

v0.14.5

29 Sep 00:54
d77181e
Compare
Choose a tag to compare

Turing v0.14.5

Diff since v0.14.4

Merged pull requests:

  • Re-export elementwise_loglikelihoods and generated_quantities (#1420) (@torfjelde)

v0.14.4

25 Sep 00:53
96a79f3
Compare
Choose a tag to compare

Turing v0.14.4

Diff since v0.14.3

Closed issues:

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

Merged pull requests:

v0.14.3

16 Sep 00:50
1d87a1d
Compare
Choose a tag to compare

Turing v0.14.3

Diff since v0.14.2

Closed issues:

  • NUTS(1000, 0.95, 10): Cannot convert an object of type Int64 to an object of type Symbol (#1407)

Merged pull requests:

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

v0.14.2

14 Sep 00:50
18cdd35
Compare
Choose a tag to compare

Turing v0.14.2

Diff since v0.14.1

Closed issues:

  • Export acclogp! and getlogp? (#1273)
  • Dot-tilde (.~) broadcasting not supported in Turing models (#1360)

Merged pull requests:

v0.14.1

28 Aug 00:49
e1ab7e0
Compare
Choose a tag to compare

Turing v0.14.1

Diff since v0.14.0

Closed issues:

  • Mechanism to reject samples (#702)
  • UndefVarError: AxisArrays not defined when loading saved chain with BSON (#1394)

Merged pull requests:

v0.14.0

25 Aug 22:58
34649c7
Compare
Choose a tag to compare

Turing v0.14.0

Diff since v0.13.0

Closed issues:

  • Add LKJ Correlation Distribution (#924)
  • Update docs for MAP/MLE estimation (#1293)
  • Error using predict (#1294)
  • Multivariate normal issues (#1295)
  • MLE/MAP with start values gives ambiguity (#1298)
  • Tutorial "Bayesian Hidden Markov Models" was not reproducible (#1302)
  • Typo in Infinite Mixture Models tutorial (number of clusters formula) (#1304)
  • 7 Errors during test Turing with Julia 1.4.2 (#1305)
  • Make Gibbs components extensible (somewhat RFC...) (#1306)
  • Incorrect handling of type parameter in HMC (#1308)
  • Linear regression tutorial was not reproducible (#1313)
  • no method matching reconstruct with MH on a vector of Dirichlet vectors (#1317)
  • Documentation build CI is failing (#1319)
  • Are there ways to break symmetries in Turing models? (#1328)
  • type Wishart has no field c0 error (#1336)
  • Unable to run "Using DynamicHMC" example (#1337)
  • Problem with Quick Start example (#1339)
  • Zygote compatibility (#1347)
  • Progress bar doesn't work for NUTS sampler (#1350)
  • Wrong prediction results on multivariate params (#1352)
  • Extracting sampled parameters is broken (#1353)
  • Tests failing due to the ambiguity error for \ with PDMat and TrackedArray (#1358)
  • Truncated or truncated not supported under Zygote backend (#1361)
  • Apply AD gradient if optimizer is a first-order one (#1365)
  • Precompile Turing fails with AbstractChains not defined (#1366)
  • Can not load Turing.jl, LoadError: UndefVarError: AbstractChains not defined (#1367)
  • How to do non-centered parameterization in Turing? (#1372)
  • log: DomainError with -960.1841700397322 (#1374)
  • Option to discard burn-in for HMC/MH (#1379)
  • Update docs (#1390)

Merged pull requests:

v0.13.0

24 May 00:31
98869cf
Compare
Choose a tag to compare

Turing v0.13.0

Diff since v0.12.0

Closed issues:

  • LoadError: MethodError: no method matching tilde (#1055)
  • Bayesian HMM tutorial shows errors inline (#1148)
  • Broken link in documentation (#1198)
  • HMM tutiroal is broken (#1236)
  • Request help for a customize distribution (#1244)
  • Taking multi-threaded random number generation a bit more seriously (#1260)
  • The Bayes loss is higher than the OLS loss. (#1274)
  • Error on Windows and Mac when running using Turing (#1285)
  • Question: Mistakes in Custom Distribution documentation? (#1287)

Merged pull requests: