Releases: tpapp/TransformVariables.jl
Releases · tpapp/TransformVariables.jl
v0.8.16
TransformVariables v0.8.16
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 aVector{Union{}}
? (#132)
v0.8.15
TransformVariables v0.8.15
compat version bump
Merged pull requests:
- CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#129) (@github-actions[bot])
v0.8.14
TransformVariables v0.8.14
fix inverse element type calculation for scalar transforms (thanks @devmotion, cf #127)
Merged pull requests:
- Fix
inverse_eltype
forScalarTransform
s (#127) (@devmotion)
v0.8.13
TransformVariables v0.8.13
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:
- Make
CallableTransform
andCallableInverse
aliases ofBase.Fix1
(#122) (@devmotion) - Move support of InverseFunctions and ChangesOfVariables to extensions (#123) (@devmotion)
- Remove Tracker workaround (#124) (@devmotion)
- Use
log1pexp
inlogistic_logjac
(#125) (@devmotion)
Closed issues:
v0.8.12
TransformVariables v0.8.12
- remove
SimpleUnpack.@unpack
, depend on Julia 1.10
Merged pull requests:
- Support NamedTuple of different ordering (#120) (@devmotion)
- Remove SimpleUnpack.@unpack, depend on Julia 1.10 (#121) (@tpapp)
v0.8.10
TransformVariables v0.8.10
Merged pull requests:
v0.8.9
TransformVariables v0.8.9
Merged pull requests:
v0.8.8
TransformVariables v0.8.8
Merged pull requests:
v0.8.7
TransformVariables v0.8.7
Closed issues:
- TransformVariables: a subset of optics functionality? (#114)
Merged pull requests:
v0.8.6
TransformVariables v0.8.6
Closed issues:
- Transformations involving
StaticArray
is not type stable (#112)
Merged pull requests: