Skip to content

Releases: TuringLang/Turing.jl

v0.34.1

04 Sep 14:55
78d110a
Compare
Choose a tag to compare

Turing v0.34.1

Diff since v0.34.0

Merged pull requests:

Closed issues:

  • Can DifferentiationInterface be useful for Turing? (#2187)
  • Add an option to the sample function to force using SimpleVarInfo. (#2213)
  • Add Tapir to Turing's AD test suite (#2247)
  • Ensure that strictly positive distribution parameter is > 0 after exp() transformation (#2310)

v0.34.0

30 Aug 19:38
a26ce11
Compare
Choose a tag to compare

Turing v0.34.0

Diff since v0.33.3

Merged pull requests:

Closed issues:

  • Tests to check that the correct AD method is actually used (#2235)
  • Enable Aqua.test_ambiguities (#2261)
  • Mode estimation's support of Pathfinder integration (#2268)
  • Multithread tests fail on master (#2302)
  • Julia 1.7 tests are failing (#2305)
  • Support potential type argument in rand for eltype of Sampleable (#2306)
  • Dead code in mcmc/hmc.jl? (#2311)

v0.33.3

31 Jul 18:50
4766fdd
Compare
Choose a tag to compare

Turing v0.33.3

Diff since v0.33.2

Merged pull requests:

Closed issues:

  • Attempt fixing bnn tests in Ezyme PR (#2277)
  • Allow for a named tuple for initial_params (#2286)
  • JuliaFormatter GHA workflow fails on public forks due to insufficient permissions (#2293)
  • Turing fails to precompile due to deprecated method dispatches with v1.10 (#2296)

v0.33.2

16 Jul 16:45
29a1342
Compare
Choose a tag to compare

Turing v0.33.2

Diff since v0.33.1

The release brought bug fixes and improvement to the new Experimental.Gibbs (👏 for @torfjelde 's heroic efforts)

Merged pull requests:

Closed issues:

  • Simple user error makes code evaluate forever - Calling DynamicPPL.Model as a function. (#2182)
  • Experimental Gibbs seems to have higher variance than "stable" Gibbs (maybe) (#2230)
  • Undeterministic test failure (#2234)
  • Make MLE and MAP more robust (#2279)
  • Fix code test coverage (#2282)
  • preallocating an array of random variables, getting varname As used multiple times in model (subsumes As[1]) (#2284)
  • maximum_likelihood function not found in Turing.jl (#2285)

v0.33.1

03 Jul 09:04
3b2b13b
Compare
Choose a tag to compare

Turing v0.33.1

Diff since v0.33.0

Merged pull requests:

Closed issues:

  • Feature Request: Better Indexing for ModeResult object (#1417)
  • transform! not differentiable (#1835)
  • Print an informational message about using ReverseDiff when the model size is above a certain threshold. (#1852)
  • covariance matrix cannot be estimated using Wishart with NUTS, HMC or HMCDA samplers (#1861)
  • ADVI example fails with Zygote AD backend (#1988)
  • stderror() on optimize() result fails (#2048)
  • Adopt Changelog.jl for tracking release notes and change logs (#2129)
  • Documentation for optimisation methods (MAP, MLE) (#2164)
  • Style Guide and Style Checker (#2241)
  • Implementing adtype for closely linked "external" samplers / adding metric warm-up (#2248)
  • Failing in precompiling dependencies (#2271)
  • AbstractMCMC docs page out of date (#2272)

v0.33.0

06 Jun 10:18
f135821
Compare
Choose a tag to compare

Turing v0.33.0

Diff since v0.32.3

Merged pull requests:

  • Reenable PriorContext for Optimization (#2165) (@alyst)
  • Optimization improvements (#2221) (@mhauru)
  • Test restructuring (#2237) (@mhauru)
  • Update Project.toml (#2244) (@yebai)
  • CompatHelper: bump compat for OptimizationOptimJL to 0.3 for package test, (keep existing compat) (#2246) (@github-actions[bot])
  • Restore compat with ADTypes v0.2. Make AutoTapir export conditional. (#2252) (@mhauru)
  • ADTypes v0.2 compatibility for test restructuring (#2253) (@mhauru)

Closed issues:

  • refactor tests into multiple Github CI steps (#2179)
  • Dependent uniform variables not working correctly (#2245)
  • Compat issue (#2251)

v0.32.3

31 May 21:20
e9fddbe
Compare
Choose a tag to compare

Turing v0.32.3

Diff since v0.32.2

Merged pull requests:

v0.32.2

30 May 11:38
a8ce0d4
Compare
Choose a tag to compare

Turing v0.32.2

Diff since v0.32.1

Merged pull requests:

v0.32.1

29 May 17:26
3c6149f
Compare
Choose a tag to compare

Turing v0.32.1

Diff since v0.32.0

Merged pull requests:

Closed issues:

  • Rendering issue on prob PCA tutorial (#2111)
  • Broken links on the website (#2154)
  • LaTeX not rendering properly on PCA tutorial (#2185)
  • Maths not displayed in variational inference writeup (#2222)

v0.32.0

18 May 16:03
a8f1bbc
Compare
Choose a tag to compare

Turing v0.32.0

Diff since v0.31.5

Merged pull requests: