Skip to content

Releases: tpapp/TransformVariables.jl

v0.4.0

17 May 13:57
c63ed65
Compare
Choose a tag to compare

TransformVariables v0.4.0

Diff since v0.3.12

Closed issues:

  • make transformations callable (#12)
  • Source links in docs point to julialang (#69)

Merged pull requests:

  • use UnPack instead of Parameters, minor docstring fixes (#81) (@tpapp)
  • implement callable/partial evaluated inverse (#82) (@tpapp)

v0.3.12

03 May 13:05
e6efa6a
Compare
Choose a tag to compare

TransformVariables v0.3.12

Diff since v0.3.11

Merged pull requests:

  • Replace mapreduce(f,op,...) with reduce(op,map(f,...)) for type stability (#80) (@chriselrod)

v0.3.11

15 Jan 13:07
260ea7e
Compare
Choose a tag to compare

TransformVariables v0.3.11

Diff since v0.3.10

Closed issues:

  • [not an issue] transform for a given distribution (#74)

Merged pull requests:

  • MassInstallAction: Install the CompatHelper workflow on this repository (#75) (@tpapp)
  • MassInstallAction: Install the TagBot workflow on this repository (#76) (@tpapp)
  • remove dependency on MacroTools for abstract dispatch workaround (#77) (@tpapp)
  • deprecate t(x) interface (#78) (@tpapp)

v0.3.10

24 Aug 12:01
4097914
Compare
Choose a tag to compare

TransformVariables v0.3.10

Diff since v0.3.9

Closed issues:

  • Autodiff with constrained variable with Zygote (#63)

Merged pull requests:

  • Install TagBot as a GitHub Action (#70) (@JuliaTagBot)
  • CompatHelper: bump compat for "ArgCheck" to "2.0" (#71) (@github-actions[bot])

v0.3.9

20 Dec 15:20
v0.3.9
b3c2dae
Compare
Choose a tag to compare

follow up changes in LogDensityProblems

v0.3.8

30 Sep 21:15
v0.3.8
ecbfbc5
Compare
Choose a tag to compare

v0.3.7

30 Sep 13:03
v0.3.7
Compare
Choose a tag to compare

fix some tuple indexing bugs

v0.3.6

25 Sep 15:51
v0.3.6
Compare
Choose a tag to compare
  • Pretty print scalar transforms (thanks @tkf)

v0.3.5

20 Aug 13:03
v0.3.5
Compare
Choose a tag to compare

Define Base.broadcastable for transformations, Ref(transformation) no longer necessary

v0.3.4

07 Aug 13:59
v0.3.4
cb3b8f0
Compare
Choose a tag to compare

minor bugfix: make inverse(::ArrayTransform, ...) accept AbstractArray