Releases: tpapp/LogDensityProblems.jl
Releases · tpapp/LogDensityProblems.jl
v0.10.2
LogDensityProblems v0.10.2
Merged pull requests:
- Install TagBot as a GitHub Action (#59) (@JuliaTagBot)
- CompatHelper: bump compat for "ArgCheck" to "2.0" (#60) (@github-actions[bot])
v0.10.1
compat version bumps
v0.10.0
- remove support for ReverseDiff (breaking change)
- replace Flux with Tracker (breaking change)
- bump Documenter version, minor docs cleanup
v0.9.2
v0.9.1
test type stability, add type stable wrapper for Flux
v0.9.0
Major, breaking API changes.
-
Wrapper types
Value
andValueGradient
are removed. Interface functions return real numbers (logdensity
), or a real number and a vector (logdensity_and_gradient
). The calling convention of these types is simplified. -
Capabilities of log density objects are described by traits, see
capabilities
. -
dimension
is now distinct fromTransformVariables.dimension
, as it is not really the same thing. -
Condition-based wrappers removed, as it was interfering with AD (mostly Zygote).
-
Documentation significantly improved.
-
Code organized into a single file (except for conditional loads), tests greatly simplified.
v0.8.3
v0.8.2
bump to fix registry problems
v0.8.1
minor package and version fixes