You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial work on PDVecBijector
* added output_length and output_size to compute output, well, leengths
and sizes for transformations
* added tests for size of transformed dist using VcCorrBijector
* use already constructed transfrormation
* TransformedDistribution should now also have correct variate form
* added proper variateform handling for VecCholeskyBijector too
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added output_size impl for Reshape too
* added output_size for PDVecBijector annd tests
* made bijector for PD distributions use PDVecBijcetor
* bump minor version
* Update src/bijectors/pd.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* move utilities from bijectors/corr.jl to utils.jl
* fixed Tracker for PD matrices
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix for matrix AD tests
* bumped patch version
* revert patch version
* Apply suggestions from code review
Co-authored-by: David Widmann <[email protected]>
* Update src/utils.jl
Co-authored-by: David Widmann <[email protected]>
* removed unnecessary hacks for importing chainrules rule into ReverseDiff
* markk triu_mask as non-differentiable
* shiften some methods around to help with readability
* removed redundant wrap_chainrules_output in BijectorsReverseDiffExt
* renamed confusing name in pd tests
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
0 commit comments