Major Changes
- Add generic observation processes which combine the convolution with the noise model. by @cdc-mitzimorris in #644
- Model builder, latent infection process components and tutorials by @cdc-mitzimorris in #650
- Deprecate unused classes and corresponding tutorials, revise RandomVariable tutorial by @cdc-mitzimorris in #677
- Add
nametoRandomVariableabstract base class and all concrete implementations. by @cdc-mitzimorris in #703 - Counts observation processes provide right-truncation delay effect by @cdc-mitzimorris in #705
- Standardize plot theming across tutorials by @cdc-mitzimorris in #713
- Add 'day of week' effect as argument to Count observation process constructor by @cdc-mitzimorris in #718
- Deprecate periodic effects classes and remove associated tutorial by @dylanhmorris in #738
- Move and rename VectorizedVariable by @dylanhmorris in #740
- Remove unused datasets by @dylanhmorris in #742
- Remove
validate()as a mandatory method forRandomVariableandModelby @dylanhmorris in #745
Full Changelog: v0.1.6...v0.1.7