Releases: aesara-devs/aeppl
Releases Β· aesara-devs/aeppl
v0.0.37
What's Changed
- Update
ShapeFeature
imports by @brandonwillard in #168
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- Introduce graph rewrite for mixture sub-graphs defined via
Switch
by @larryshamalama in #154 - Do not require dtype to be an Op attribute in Censored by @ricardoV94 in #175
- Raise RuntimeError when requested logprob expressions are not inferred by @ricardoV94 in #179
- Implement logprob rewrites for rounding operations by @ricardoV94 in #176
- Fix bug in logprob_dimshuffle by @ricardoV94 in #181
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- Implement measurable
DimShuffle
s by @ricardoV94 in #159 - Add a custom metaclass for dynamic type creation of unmeasurable
Op
s by @larryshamalama in #158 - Change use of "opt[imize]" to "rewrite" by @brandonwillard in #161
- Only introduce
MeasurableDimShuffle
s when input is aRandomVariable
by @ricardoV94 in #164 - Fix the use of deprecated objects by @brandonwillard in #165
Full Changelog: v0.0.34...v0.1.0
v0.0.34
What's Changed
- Improve numerical stability of censored logps by @aseyboldt in #156
- Implement Inverse CDF dispatch functions by @ricardoV94 in #147
New Contributors
- @aseyboldt made their first contribution in #156
Full Changelog: v0.0.33...v0.0.34
v0.0.33
What's Changed
- Update PyPI workflow to also build a wheel by @keesterbrugge in #155
New Contributors
- @keesterbrugge made their first contribution in #155
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- Fix check for missing rv in
factorized_joint_logprob
by @larryshamalama in #151 - Change
http
tohttps
insetup.py
by @maresb in #152
New Contributors
- @larryshamalama made their first contribution in #151
- @maresb made their first contribution in #152
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- Perform log-probability rewrites on un-valued terms by @ricardoV94 in #129
- Implement chained transforms by @ricardoV94 in #26
- Implement measurable Stacks by @ricardoV94 in #146
Full Changelog: v0.0.30...v0.0.31
v0.0.30
What's Changed
- Implement
_get_measurable_outputs
forDiscreteMarkovChainFactory
by @brandonwillard in #141
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- Remove
ignore_logprob
checking by @brandonwillard in #132 - Assign IR-related rewrites to
logprob_rewrites_db
by @brandonwillard in #133 - Preserve mode in
MeasurableScan
s by @ricardoV94 in #136 - Remove Python 3.6 references and update cloning in
create_discrete_mc_op
by @brandonwillard in #137 - Remove unused code in
invgamma_logprob
by @brandonwillard in #139 - Return updates created by
discrete_markov_chain
by @brandonwillard in #140
Full Changelog: v0.0.28...v0.0.29
v0.0.28
What's Changed
- Fix
RVTransform.log_jac_det
method for vector values by @ricardoV94 in #123 - Rename
Simplex
toSimplexTransform
for consistency with other transforms by @ricardoV94 in #128 - Add HMM-constructing helper functions and
Op
s by @brandonwillard in #130
Full Changelog: v0.0.27...v0.0.28