- remove dependency on MacroTools for abstract dispatch workaround, but require Julia 1.3
- deprecate t(x) interface
- compat bump
- follow up changes in for LogDensityProblems
- add UnitSimplex ([#56], thanks @scheidan)
- fix some tuple index bugs (cf [#58])
- Pretty print scalar transforms ([#54], thanks @tkf)
-
use new LogDensityProblems interface
-
rewrite internals to work better with AD (especially Zygote)
-
fix broadcasting (
Ref(transformation)
no longer necessary)
- make
inverse(::ArrayTransform)
acceptAbstractArray
- Add ASCII aliases for common scalar transforms
- Check length of inputs for CorrCholeskyFactor
- minor doc updates for CorrCholeskyFactor
- Catch wrong size UnitVector inputs (thanks @cscherrer)
- Type stability and inference fixes
- Allow empty Tuple and NamedTuple aggregators
- Fix element type calculations, especially for AD via Flux
- Argument checks for inverse of ScaledShiftedLogistic (thanks @andreasnoack)
Sorry, no changelog before this.