Releases: probcomp/Gen.jl
Releases · probcomp/Gen.jl
v0.4.7
What's Changed
- Remove minor redundancy in metropolis_hastings by @lukego in #511
- Document
dirichlet
distribution. by @ztangent in #522 - Fix dirichlet type by @deoxyribose in #524
- Add product distribution combinator by @sharlaon in #521
- Upgrade Julia version by @limarta in #527
- Fix stability of test. by @limarta in #529
- Documentation Refactoring by @limarta in #526
- #512 - Fix missing addresses in discard during update by @yifr in #534
- Fix
has_argument_grads
for Poisson distribution. by @ztangent in #541 - Fix docstring tests on Julia nightly / 1.11. by @ztangent in #542
New Contributors
- @lukego made their first contribution in #511
- @sharlaon made their first contribution in #521
- @limarta made their first contribution in #527
- @yifr made their first contribution in #534
Full Changelog: v0.4.6...v0.4.7
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
v0.4.5
What's Changed
- Fix minor doc typo. by @fsaad in #440
- Remove incorrect left bracket. by @fsaad in #436
- Remove Dockerfile and Docker tests (fix #451) by @alex-lew in #453
- Fix #445 by @alex-lew in #454
- Update Travis config by @alex-lew in #456
- Fix Unfold propagating gradients to default parameters. by @femtomc in #448
- fix(trie): implement get_values_shallow and get_submaps_shallow for trie by @chentoast in #459
- Fix
esc
bug with kernel auxiliary arguments in kernel DSL. by @femtomc in #461 - (Kernel DSL) Revert esc change toplevel, include GlobalRef to handle evaluation ambiguity in modules/submodules. by @femtomc in #463
- Fix hashing for choicemaps by @georgematheos in #466
- CompatHelper: bump compat for Compat to 4, (keep existing compat) by @github-actions in #467
- Update Travis builds to include test for latest stable release by @ztangent in #468
- Unexport
ifelse
to avoid conflicts withCore.ifelse
. by @ztangent in #469
New Contributors
- @chentoast made their first contribution in #459
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
v0.4.2
Various bug fixes and documentation improvements. Examples moved to GenExamples.jl.