Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 12:10
· 1 commit to master since this release
5a36d31

AdvancedPS v0.6.1

Diff since v0.6.0

  • Sampling on 64- and 32-bit systems reproducibly gave different results, due to use of hash(::UInt64, ::UInt). This has been replaced and so now 64- and 32-bit systems should yield the same result (as long as the PRNG is seeded appropriately).

Merged pull requests:

  • CompatHelper: add new compat entry for GaussianDistributions at version 0.5 for package test, (keep existing compat) (#100) (@github-actions[bot])
  • CompatHelper: add new compat entry for Kalman at version 0.1 for package test, (keep existing compat) (#101) (@github-actions[bot])
  • CompatHelper: add new compat entry for HypothesisTests at version 0.11 for package test, (keep existing compat) (#102) (@github-actions[bot])
  • CompatHelper: add new compat entry for DynamicIterators at version 0.4 for package test, (keep existing compat) (#103) (@github-actions[bot])
  • CompatHelper: add new compat entry for StableRNGs at version 1 for package test, (keep existing compat) (#104) (@github-actions[bot])
  • CompatHelper: add new compat entry for SSMProblems at version 0.1 for package test, (keep existing compat) (#105) (@github-actions[bot])
  • added navbar workflow (#106) (@jeetsuthar)
  • Update DocsNav.yml (#107) (@shravanngoswamii)
  • Make particle Gibbs deterministic across architectures (#109) (@penelopeysm)
  • Update CI setup (#111) (@penelopeysm)

Closed issues:

  • Particle Gibbs reproducibly gives different results on x64 vs x86 (#108)