Releases: marius311/MuseInference.jl
Releases · marius311/MuseInference.jl
v0.2.4
MuseInference v0.2.4
Merged pull requests:
- fix Turing threads and test with threads (#16) (@marius311)
v0.2.3
MuseInference v0.2.3
Important note: Before this version, there was a potentially serious incorrectness bug in the H
matrix calculation if you were using implicit_diff=true
and had a model with cross-terms between x
and θ
in your likelihood. This has now been fixed.
Closed issues:
- cant run demo on Julia 1.6.1 (#3)
Merged pull requests:
- add save_MAPs option to
muse
(#11) (@marius311) - upgrade to Turing 0.28 (#15) (@marius311)
v0.2.2
MuseInference v0.2.2
v0.2.1
MuseInference v0.2.1
v0.2.0
MuseInference v0.2.0
Merged pull requests:
- add parallelization (#1) (@marius311)
- allow prior on θ (#2) (@marius311)
- Soss.jl interface (#4) (@marius311)
- Fix typos (#5) (@pitmonticone)
- Parallel improvements (#6) (@marius311)
- use SimpleVarInfo (Turing), much better perf (#7) (@marius311)
- Implicit diff (#8) (@marius311)