Skip to content

Releases: TuringLang/Bijectors.jl

v0.15.2

30 Nov 16:28
f52a9c5
Compare
Choose a tag to compare

Bijectors v0.15.2

Diff since v0.15.1

Merged pull requests:

Closed issues:

  • StackOverflow on calling inverse VecCorrBijector with a multidimensional array (#320)

v0.15.1

30 Nov 14:32
55501ae
Compare
Choose a tag to compare

Bijectors v0.15.1

Diff since v0.15.0

Merged pull requests:

Closed issues:

  • TruncatedBijectors not defined in Distributions extension (#298)

v0.15.0

28 Nov 14:10
d342371
Compare
Choose a tag to compare

Bijectors v0.15.0

Diff since v0.14.2

Merged pull requests:

Closed issues:

  • Re-introducing Enzyme support on Julia 1.11 (#339)
  • Reimplement find_alpha Enzyme rules, perhaps in EnzymeRootsExt instead (#348)

v0.14.2

19 Nov 17:59
9a879c1
Compare
Choose a tag to compare

Bijectors v0.14.2

Diff since v0.14.1

v0.14.1

19 Nov 17:47
5c1feeb
Compare
Choose a tag to compare

Bijectors v0.14.1

Diff since v0.14.0

Merged pull requests:

  • Bump Julia compat entry to 1.10 (#342) (@penelopeysm)
  • Use ITP as root-finding algorithm in planar layer (#343) (@devmotion)
  • CompatHelper: bump compat for Functors to 0.5 for package test, (keep existing compat) (#345) (@github-actions[bot])

v0.14.0

29 Oct 17:10
e0f04fc
Compare
Choose a tag to compare

Bijectors v0.14.0

Diff since v0.13.18

  • Disable BijectorsEnzymeExt on Julia 1.11. This means Bijectors and Enzyme can't be used together on 1.11. (Note that as of the time of writing, Enzyme is not working on 1.11 anyway)
  • Replace Tapir with Mooncake.

Merged pull requests:

Closed issues:

  • README links to dead docs (#317)
  • Error in the docs and in combining layers (#329)
  • Bijectors 0.13.18 not working with Enzyme on Julia 1.11.1 (#332)

v0.13.18

04 Sep 16:18
70fb426
Compare
Choose a tag to compare

Bijectors v0.13.18

Diff since v0.13.17

Merged pull requests:

  • Fix logpdf_with_trans(::Dirichlet, ::Vector{Real}) (#326) (@mhauru)

v0.13.17

14 Aug 10:53
dc6b21f
Compare
Choose a tag to compare

Bijectors v0.13.17

Diff since v0.13.16

Merged pull requests:

v0.13.16

03 Jul 18:50
1e243b0
Compare
Choose a tag to compare

Bijectors v0.13.16

Diff since v0.13.15

Merged pull requests:

v0.13.15

27 Jun 19:17
c3474b2
Compare
Choose a tag to compare

Bijectors v0.13.15

Diff since v0.13.14

Merged pull requests:

  • Add support for distributions with monotonically increasing bijector (#297) (@torfjelde)