What's Changed
- Only include
arg_constraints
inpytree_data_fields
if they are notlazy_property
s. by @tillahoffmann in #1929 - Ensure BlockNeuralAutoregressiveTransform maps real->real by @danielward27 in #1897
- Update coverall badge to point to the master branch by @fehiepsi in #1930
- Add openssf badge by @fehiepsi in #1931
- Add utility function to evaluate log density for individual sites. by @tillahoffmann in #1932
- Update link to jax repo by @fehiepsi in #1936
- Fix tracer leak in contrib.module by @fehiepsi in #1935
- Implement ICDF Methods for Truncated Distributions by @TheSkyentist in #1938
- Add type hints to the primitives module by @juanitorduz in #1940
- Add types types to handlers module by @juanitorduz in #1941
- Add types optim module by @juanitorduz in #1942
- Add batch and event shape to
repr
. by @tillahoffmann in #1946 - SteinVI: Recompute Score Function* For Each Particle Interaction in the Attractive Force by @OlaRonning in #1947
- Make
Delta.log_prob
jit-able on metal and raise explicit error forDelta
sampling site during initialization. by @tillahoffmann in #1950 - Remove unnecessary device_put by @fehiepsi in #1952
- feat: Levy distribution by @Qazalbash in #1943
- SteinVI: New quadratic form kernel with Gauss Newton metric by @OlaRonning in #1953
- Make
pip install
calls compatible withzsh
by @dylanhmorris in #1962 - Add
log1mexp
andlogdiffexp
functions by @dylanhmorris in #1960 - Fetch
rng_key
usingprng_key
message in block handler. by @tillahoffmann in #1957 - Add
ComplexTransform
and updatebiject_to
registry. by @tillahoffmann in #1964 - Fix event dim of some arg constraints by @fehiepsi in #1967
- Addresses the deprecation messages of some jax.core functionalities by @fehiepsi in #1966
- Refactor test_gof into a separate file by @fehiepsi in #1965
- fix(tests): update tolerance levels and
PRNGKey
usage for improved test stability by @Qazalbash in #1959 - chore(ci): disable continue-on-error for all test jobs in CI workflow by @Qazalbash in #1968
- Do not create plates for observed sites in
AutoGuide
. by @tillahoffmann in #1972 - Fix promote_batch_shape logic to take batch shapes of all parameters by @fehiepsi in #1973
- Bump to 0.17.0 by @fehiepsi in #1969
New Contributors
- @TheSkyentist made their first contribution in #1938
- @dylanhmorris made their first contribution in #1962
Full Changelog: 0.16.1...0.17.0