Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rlouf/aeppl

Tags

v0.0.19

Toggle v0.0.19's commit message
Add a conftest.py file

This will cause tests to fail when optimization and shape errors are present.

v0.0.18

Toggle v0.0.18's commit message
Use specialized `CheckParameterValue` `Op` in logprob graphs

v0.0.17

Toggle v0.0.17's commit message
Ignore tag information in `rvs_to_value_vars`

v0.0.16

Toggle v0.0.16's commit message
Add Gitter badge

v0.0.15

Toggle v0.0.15's commit message
Revert "Allow both edges of IntervalTransform to be None"

This reverts commit 9298dac.

v0.0.14

Toggle v0.0.14's commit message
Compute logprob constants using Aesara

This provides consistency between `aesara.config.floatX` and the `logprob`
return dtypes.

v0.0.13

Toggle v0.0.13's commit message
Keep original value variables as keys in factorized_joint_logprob

A new method in `PreserveRVMappings` called `update_rv_maps` can be used to
update random variable and/or value variable mappings.  It is currently used by
the `transform_values`, `incsubtensor_rv_replace`, and `find_measurable_scans`
rewrites, which act directly on value variables.

v0.0.12

Toggle v0.0.12's commit message
Remove unused name handling in transformed_logprob

v0.0.11

Toggle v0.0.11's commit message
Prevent value variables from being cloned in joint_logprob

v0.0.10

Toggle v0.0.10's commit message
Update factorized_joint_logprob docstring

Co-authored-by: Brandon T. Willard <[email protected]>