v0.4.6
What's Changed
- Eliminate the need for
@load_generated_functions
. by @ztangent in #472 - Fix mispelling. by @femtomc in #471
- 20221031 fsaad minor fixes by @fsaad in #481
- Fixed math typo by @arijitnoobstar in #480
- Draft Github CI integrations by @fsaad in #484
- Doc clarification for
regenerate
andupdate
by @fsaad in #486 - Check if CI tests automatically trigger. by @fsaad in #488
- Refer to auxiliary randomness
r
more consistently. by @fsaad in #492 - Fix doctags in README to point to correct locations. by @femtomc in #494
- feat: add dirichlet distribution by @chentoast in #495
- Fix
logpdf_grad
errors in@dist
DSL. by @ztangent in #497 - Type signature of
HeterogeneousMixture
, Closes #500 by @mirkoklukas in #501 - Add
Base.copy(::ParticleFilterState)
by @georgematheos in #509 - Re-implement
get_schema
using type params. by @ztangent in #510
New Contributors
- @arijitnoobstar made their first contribution in #480
- @mirkoklukas made their first contribution in #501
Full Changelog: v0.4.5...v0.4.6