Skip to content

Releases: TuringLang/Turing.jl

v0.6.22

25 Jul 12:16
v0.6.22
93d3b75
Compare
Choose a tag to compare

v0.6.22 (2019-07-25)

Diff since v0.6.21

Merged pull requests:

v0.6.21

24 Jul 19:03
v0.6.21
Compare
Choose a tag to compare

v0.6.21 (2019-07-24)

Diff since v0.6.19

Merged pull requests:

v0.6.19

24 Jul 06:13
v0.6.19
Compare
Choose a tag to compare

v0.6.19 (2019-07-23)

Diff since v0.6.18

Closed issues:

  • gradient_logp is not type stable (#856)
  • Tracker AD is broken for LDA (#850)
  • Turing Minor Release (#839)
  • Incorrect algorithm specification doesn't throw an error. (#831)
  • Error with tracker based gradient for MvNormal (#829)
  • Hack to get strictly typed Duals? (#818)
  • Make alg.space type info of the alg (#802)
  • AD error with custom distribution (#780)
  • Consider a CITATION.bib file (#759)
  • Completely eliminating Real from the model and pre-allocating (#665)

Merged pull requests:

v0.6.18

06 Jul 21:12
v0.6.18
Compare
Choose a tag to compare

v0.6.18 (2019-07-05)

Diff since v0.6.17

Closed issues:

  • Domain Error on Develpment Branch (#814)
  • Documentation Search always(?) leads to 404 (#806)
  • Extracting docs from a closed PR (#805)
  • Documentation: Code error in Guide (#795)
  • Structured Stochastic Variational Inference (#794)
  • "sample from the prior" vs "sample from generative model' (#786)
  • AD error in logsumexp (#781)
  • Testing the TuringBenchBot (#779)
  • Disable numerical tests on Appveyor CI (#776)
  • RFC Sampler type (#771)
  • Move SGLD and SGHMC to AdvancedHMC.jl (#769)
  • Improve code for initialising Sampler (#768)
  • Make DynamicNUTS robust to numerical errors (#767)
  • Turing v0.6.17 fails (#766)
  • Release v0.6.17 (#764)
  • Moving SGHMC and SGLD samplers to AdvancedHMC. (#748)
  • Run Windows tests on Travis CI (#725)
  • [RFC] Refactoring of the Sampler APIs (#723)
  • Extract symbol and indices from varname string (#721)
  • Add example illustrating how to run multiple chains. (#698)
  • Scalable MH (#675)
  • NUTS adapatation samples appear in full chain (#635)
  • VarInfo performance and model types (#620)
  • Variational Bayes inference? (#606)
  • Introduce MCMCSampler type (#602)
  • Win32 tests are very slow on AppVeyor (#530)
  • Add additional keyword arguments to the sample function (#482)
  • Debugging tools (#379)
  • Refactoring VarInfo (#377)
  • Remove Flat distribution (#315)
  • Improving the speed of single program run (#294)
  • Adapative MH (#287)

Merged pull requests:

v0.6.17

26 Apr 12:10
Compare
Choose a tag to compare
  • Fixes for MvNormal distributions (#757)
  • Modifications to the Project.toml fle (#763, #765)

EPS bug fix

20 Apr 19:52
Compare
Choose a tag to compare
  • Fixes a bug in find_good_eps which was effecting HMC initialization (#744)
  • Fixes a message about missing dependencies (#765)

Bugfixes and internal improvements.

29 Mar 21:28
Compare
Choose a tag to compare

This release fixes

  • DynamicHMC interface #730
  • CmdStan interface #729

and substantially improved unit and integration tests for Turing (#731)

BNP priors for random partitions

20 Mar 18:31
Compare
Choose a tag to compare

The long-awaited support for BNP priors for random partitions has finally arrived (#591)! This release introduces Dirichlet processes, Chinese restaurant processes, Pitman-Yor processes, and much more! Tutorials and documentation to follow.

Bugfixes

12 Mar 09:35
6c0f4b8
Compare
Choose a tag to compare
  • MCMCChains indexing fixes #715
  • Bug-fixing in dual averaging for HMC #709

Changed MCMCChain to MCMCChains

05 Mar 20:54
Compare
Choose a tag to compare

MCMCChain → MCMChains Changeover (#695)