TransformVariables.jl

Transformations to contrained variables from ℝⁿ.

OTHER License

Stars
66
Committers
10

Bot releases are visible (Hide)

TransformVariables.jl - v0.8.10 Latest Release

Published by github-actions[bot] 11 months ago

TransformVariables v0.8.10

Diff since v0.8.9

Merged pull requests:

  • Make corr_cholesky_factor deal with large inputs correctly. (#118) (@tpapp)
TransformVariables.jl - v0.8.9

Published by github-actions[bot] 11 months ago

TransformVariables v0.8.9

Diff since v0.8.8

Merged pull requests:

  • Fix l2 remainder singularity, use tanh for calculations. (#117) (@tpapp)
TransformVariables.jl - v0.8.8

Published by github-actions[bot] about 1 year ago

TransformVariables v0.8.8

Diff since v0.8.7

Merged pull requests:

  • Fix as(SVector{1}) transformations. (#116) (@tpapp)
TransformVariables.jl - v0.8.7

Published by github-actions[bot] over 1 year ago

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)
TransformVariables.jl - v0.8.6

Published by github-actions[bot] over 1 year ago

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)
TransformVariables.jl - v0.8.5

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.5

Diff since v0.8.4

Merged pull requests:

  • fix static array domain labels (#111) (@tpapp)
TransformVariables.jl - v0.8.4

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.4

Diff since v0.8.3

Merged pull requests:

  • Add domain labels. (#110) (@tpapp)
TransformVariables.jl - v0.8.3

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.3

Diff since v0.8.2

Merged pull requests:

  • Minor bug fixes in showing transformations. (#108) (@tpapp)
  • remove Tracker from tests (#109) (@tpapp)
TransformVariables.jl - v0.8.2

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.2

Diff since v0.8.1

Merged pull requests:

  • pretty printing of transformations (#107) (@tpapp)
TransformVariables.jl - v0.8.1

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Minor fixes for static correlation Cholesky factor. (#105) (@tpapp)
TransformVariables.jl - v0.8.0

Published by github-actions[bot] over 1 year ago

TransformVariables v0.8.0

Diff since v0.7.1

Closed issues:

  • Problems in calculating the log absolute Jacobian determinant of the CorrCholeskyFactor transformation (#103)

Merged pull requests:

  • start work on experimental API (#101) (@tpapp)
  • minor inference fix (#104) (@tpapp)
TransformVariables.jl - v0.7.1

Published by github-actions[bot] almost 2 years ago

TransformVariables v0.7.1

Diff since v0.7.0

Merged pull requests:

  • Update scalar.jl to use muladd (#102) (@ptiede)
TransformVariables.jl - v0.7.0

Published by github-actions[bot] about 2 years ago

TransformVariables v0.7.0

Diff since v0.6.4

Merged pull requests:

  • Remove deprecations. (#99) (@tpapp)
TransformVariables.jl - v0.6.4

Published by github-actions[bot] about 2 years ago

TransformVariables v0.6.4

Diff since v0.6.3

Merged pull requests:

  • Deprecate random_arg and random_value. (#98) (@tpapp)
TransformVariables.jl - v0.6.3

Published by github-actions[bot] about 2 years ago

TransformVariables v0.6.3

Diff since v0.6.2

Closed issues:

  • inverse fails for transformation with nested named tuples (#93)

Merged pull requests:

  • Remove bugs length check for NamedTuples. (#97) (@tpapp)
TransformVariables.jl - v0.6.2

Published by github-actions[bot] over 2 years ago

TransformVariables v0.6.2

Diff since v0.6.1

Merged pull requests:

  • no zip in _inverse_eltype_tuple (#91) (@chriselrod)
  • CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#92) (@github-actions[bot])
TransformVariables.jl - v0.6.1

Published by github-actions[bot] over 2 years ago

TransformVariables v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Use LogExpFunctions instead of own implementations of logistic and logit (#88) (@andreasnoack)
  • Add compat entry for LogExpFunctions (#89) (@andreasnoack)
TransformVariables.jl - v0.6.0

Published by github-actions[bot] over 2 years ago

TransformVariables v0.6.0

Diff since v0.5.0

Merged pull requests:

  • Add a Constant() transformation placeholder. (#87) (@tpapp)
TransformVariables.jl - v0.5.0

Published by github-actions[bot] almost 3 years ago

TransformVariables v0.5.0

Diff since v0.4.1

Merged pull requests:

  • Support ChangesOfVariables and InverseFunctions (#85) (@oschulz)
TransformVariables.jl - v0.4.1

Published by github-actions[bot] about 3 years ago

TransformVariables v0.4.1

Diff since v0.4.0

Closed issues:

  • transform of asℝ₊ variable turns Float32 into Float64 (#84)