Skip to content

Releases: tpapp/TransformVariables.jl

v0.8.16

07 Apr 15:16
7e239f3
Compare
Choose a tag to compare

TransformVariables v0.8.16

Diff since v0.8.15

Merged pull requests:

  • Fix admonition block in docstring (#130) (@abhro)
  • Fix markdown list in docstring (#131) (@abhro)
  • Make inverse(::VectorTransfrom, x) return a vector of floats (#133) (@devmotion)
  • Create dependabot.yml (#134) (@abhro)
  • Add note about stability of inverse etc eltypes. (#136) (@tpapp)

Closed issues:

  • Avoid that inverse(::VectorTransform, x) returns a Vector{Union{}}? (#132)

v0.8.15

27 Mar 09:18
Compare
Choose a tag to compare

TransformVariables v0.8.15

Diff since v0.8.14

compat version bump

Merged pull requests:

  • CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#129) (@github-actions[bot])

v0.8.14

19 Feb 11:38
Compare
Choose a tag to compare

TransformVariables v0.8.14

Diff since v0.8.13

fix inverse element type calculation for scalar transforms (thanks @devmotion, cf #127)

Merged pull requests:

v0.8.13

12 Feb 10:46
Compare
Choose a tag to compare

TransformVariables v0.8.13

Diff since v0.8.12

David Widmann (@devmotion) made a lot of code and package organization improvements.

  • remove obsolete workarounds for Tracker
  • make InverseFunctions and ChangesOfVariables weak dependencies, use Base.Fix1 for their implementation
  • use log1pexp in a calculation

Merged pull requests:

Closed issues:

  • remove workaround for copy(::TrackedArray) (#20)
  • inverse of NamedTuple transformations from different ordering/superset (#100)

v0.8.12

23 Jan 14:56
Compare
Choose a tag to compare

TransformVariables v0.8.12

Diff since v0.8.10

  • remove SimpleUnpack.@unpack, depend on Julia 1.10

Merged pull requests:

v0.8.10

15 Dec 14:51
3a55e93
Compare
Choose a tag to compare

TransformVariables v0.8.10

Diff since v0.8.9

Merged pull requests:

  • Make corr_cholesky_factor deal with large inputs correctly. (#118) (@tpapp)

v0.8.9

13 Dec 15:04
1771aab
Compare
Choose a tag to compare

TransformVariables v0.8.9

Diff since v0.8.8

Merged pull requests:

  • Fix l2 remainder singularity, use tanh for calculations. (#117) (@tpapp)

v0.8.8

04 Oct 14:01
4b4d0a6
Compare
Choose a tag to compare

TransformVariables v0.8.8

Diff since v0.8.7

Merged pull requests:

  • Fix as(SVector{1}) transformations. (#116) (@tpapp)

v0.8.7

18 May 12:52
72a39cf
Compare
Choose a tag to compare

TransformVariables v0.8.7

Diff since v0.8.6

Closed issues:

  • TransformVariables: a subset of optics functionality? (#114)

Merged pull requests:

  • add experimental as(view, dims...) transformation (#115) (@tpapp)

v0.8.6

08 Apr 15:10
4795704
Compare
Choose a tag to compare

TransformVariables v0.8.6

Diff since v0.8.5

Closed issues:

  • Transformations involving StaticArray is not type stable (#112)

Merged pull requests:

  • Fix static array type inference. (#113) (@tpapp)