aGrUM/pyAgrum 0.14.3 released

Posted on Thu 04 April 2019 in News

ANNOUNCE: aGrUM 0.14.3

aGrUM/pyAgrum 0.14.3 is out.

Changelog for 0.14.3

  • aGrUM
    • new constraint for structural learning : possibleEdge forces the tested edges to be taken from the sets of possibleEdges
    • new methods BNLearner::addPossibleEdge(const gum::Edge&) and BNLearner::setPossibleSkeleton(const gum::UndiGraph&)
    • Fix a bug in gum::IndepTestG2
    • Access to scores from BNLearner : BNLearner::G2()
  • pyAgrum
    • new methods BNLearner.addPossibleEdge(x,y) and BNLearner.setPossibleSkeleton(undigraph)
    • fix a bug in causality's identification algorithm
    • Access to scores from BNLearner : BNLearner.G2()
    • add tests and fix typos in notebooks