Releases: tpapp/TransformVariables.jl
Releases · tpapp/TransformVariables.jl
v0.8.23
v0.8.22
TransformVariables v0.8.22
Fixed variable capture in StaticArrayTransformation (#167).
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.8.21
TransformVariables v0.8.21
Transform into structs (thanks @Ickaser)
Merged pull requests:
- Bump actions/cache from 4 to 5 (#161) (@dependabot[bot])
- [FR] Transform which maps a tuple onto a user-provided struct (#163) (@Ickaser)
v0.8.20
v0.8.19
TransformVariables v0.8.19
Merged pull requests:
- Reorganize inverse_eltype calculations. (#149) (@tpapp)
- Merge NamedTuple transforms by merging the underlying NamedTuples (#150) (@Ickaser)
- Bump actions/checkout from 5 to 6 (#151) (@dependabot[bot])
Closed issues:
- inverse eltype calculation fails for vectors that do not contain scalars (#148)
v0.8.18
TransformVariables v0.8.18
Bugfixes and better error messages for inverse when NamedTuples are reordered
Merged pull requests:
- Refactor
inverse_eltypecalculations to use types. (#137) (@tpapp) - Introduce unit_vector_norm. (#139) (@tpapp)
- Bump actions/checkout from 4 to 5 (#143) (@dependabot[bot])
- implement element access API, extensions for Accessors (#145) (@tpapp)
- Nicer error message for mismatching NamedTuples. (#146) (@tpapp)
- Fix the inverse eltype calculation for NamedTuple reshuffling. (#147) (@tpapp)
Closed issues:
v0.8.17
TransformVariables v0.8.17
Feature added: composable scalar transforms were introduced (thanks @Ickaser).
Merged pull requests:
Closed issues:
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
inverseetc 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_eltypeforScalarTransforms (#127) (@devmotion)