Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 02:47
· 517 commits to master since this release

ProbabilisticCircuits v0.2.3

Diff since v0.2.2

Version 0.2.3

Closed issues:

  • Learning Circuits from missing data (#11)
  • Studel missing APIs. Save/load/MAR/etc (#28)
  • logsumexp(x::Real, y::Real) is deprecated, use logaddexp(x, y) instead. (#39)
  • Marginalization for learn_strudel circuits (#48)

Merged pull requests:

  • Optionally pass an IO instead of filename to psdd saving (#47) (@RenatoGeh)
  • Add EVI and MAR functions for mixtures (#49) (@RenatoGeh)
  • Stop transformation steps when no longer possible and add verbose flag (#50) (@RenatoGeh)
  • CompatHelper: bump compat for "DataFrames" to "0.22" (#51) (@github-actions[bot])
  • CompatHelper: bump compat for "LoopVectorization" to "0.11" (#54) (@github-actions[bot])
  • CompatHelper: bump compat for "Reexport" to "1.0" (#55) (@github-actions[bot])
  • Learning from missing data (#57) (@khosravipasha)