Problog Versions Save

ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.

v2.2.4

1 year ago

Fixed dsharp windows binary and added subquery predicate allowing to specify evaluator/semiring.

v2.2.3

1 year ago

Since v2.2.2, mostly bug fixes, of which 1 critical. We also changed the term's hashing method.

What's Changed

  • Bugfix library/string.py::str2lst (public issue #84)
  • Bugfix return exit code instead of result - only for probability task atm (public issue #82)
  • Critical Bugfix in dSharp library (compiled CNF theory with too long clauses could yield wrong result)
  • Bugfix in pypl related to lists (private issue-16)
  • Improvements to LFI
  • Changed Term's hashing method

Full Changelog: https://github.com/ML-KULeuven/problog/compare/v2.2.2...v2.2.3

v2.2.2

2 years ago

Bugfix for clause/2 and the use of soft cuts, cut/1.