Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 01:51
e02b50a

ContinuousDPs v0.3.1

Diff since v0.3.0

New features

  • weights now accepts a callable weights(s) or weights(s, x) specifying a state- or state-action-dependent shock distribution over the fixed shock nodes.

Merged pull requests:

  • MAINT: Route the expectation loops through an internal _QuadratureKernel (#117) (@oyamad)
  • ENH: Accept callable shock weights: weights(s) and weights(s, x) (#118) (@oyamad)
  • MAINT: Introduce the two-tier transition-kernel contract (#119) (@oyamad)
  • ENH: Allow a ready-made transition kernel as the weights primitive (#120) (@oyamad)