Release notes
LoweredDistributions.jl follows a hybrid changelog approach:
GitHub Releases: All releases (automatically generated by TagBot)
NEWS.md: Major releases requiring detailed context (shown below)
See GitHub Releases for minor/patch release information.
Unreleased
feat: this package now hosts the ModifiedDistributions lowering bridge (#51/#23): a
ModifiedDistributionsweakdep andLoweredDistributionsModifiedDistributionsExtdefinelowerfor the modifier leaves, moved verbatim from ModifiedDistributions' own (now removed) reverse extension. The bridge is partial by mathematical necessity:Affine(pure positive rescaling) and aModifiedExponential leaf lower exactly, whileWeighted, a shiftedAffine,Transformed, and aModifiednon-Exponential or non-analytic-link leaf are refused with an explicitArgumentErrorrather than a silent approximation. The hub-owned ownership split puts the Spec/generator knowledge here rather than in ModifiedDistributions; functionality is unchanged when both packages are loaded together.feat: this package now hosts the ComposedDistributions lowering bridge (#51/#22): a
ComposedDistributionsweakdep andLoweredDistributionsComposedDistributionsExtdefinelowerfor the composer types (Sequential,Resolve,Compete,Sharedfold to a phase-type;ParallelandChoosefold to a joint CTMC), moved verbatim from ComposedDistributions' own (now removed) reverse extension. The hub-owned ownership split puts the Spec/generator knowledge here rather than in ComposedDistributions; functionality is unchanged when both packages are loaded together.
This file tracks notes for major releases and significant milestones; GitHub Releases (auto-generated from merged PRs) cover every release in between.