Skip to content

v0.1.11

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 13:03
· 32 commits to main since this release
479bf73

KeyedDistributions v0.1.11

Diff since v0.1.10

Closed issues:

  • Use GenericMvTDist rather than MvTDist when calling getindex on KeyedGenericMvTDist (#19)
  • mean errors if distribution keys and the keys of the underlying array are inconsistent (#28)
  • var(KeyedDistribution) errors when distribution is backed by a KeyedArray (#42)

Merged pull requests:

  • fix var for distributions backed by KeyedArrays (#43) (@mzgubic)