Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 15:01
· 148 commits to master since this release

Bijectors v0.6.0

Diff since v0.5.2

Closed issues:

  • Bijector support for batch computation (#35)
  • Type-stability of bijector(d::Distribution) not complete (#40)
  • Composed improvements (#46)
  • For inversion, Scale should use \ instead of explicitly inverting matrix (#55)

Merged pull requests:

  • Bijector for performing permutations (#49) (@torfjelde)
  • Addresses #55 and replaces softplus from StatsFuns with NNlib for GPU compat (#57) (@torfjelde)
  • Remove duplicates in SimplexBijector and SimplexDistribution (#65) (@devmotion)
  • Add CompatHelper (#68) (@devmotion)
  • Test Julia 1.2 and 1.3 on Travis (#69) (@devmotion)
  • CompatHelper: add new compat entry for "NNlib" at version "0.6" (#75) (@github-actions[bot])
  • Port batch norm (#76) (@xukai92)
  • Taking bijectors autodiff seriously (#77) (@mohamed82008)
  • Install TagBot as a GitHub Action (#78) (@JuliaTagBot)
  • Making SimplexBijector compatible with Tracker.jl (#82) (@torfjelde)
  • CompatHelper: bump compat for "ArgCheck" to "2.0" (#83) (@github-actions[bot])