Skip to content

Releases: ML-KULeuven/problog

v2.2.9

23 Sep 09:12
d5cece5

Choose a tag to compare

What's Changed

v2.2.8

26 Aug 07:28
1d8b843

Choose a tag to compare

What's Changed

2.2.7

11 Mar 11:04

Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

04 Nov 15:12

Choose a tag to compare

Added setuptools as a requirement in setup.py to make problog pix installable.

Full Changelog: v2.2.5...v2.2.6

v2.2.5

29 Oct 11:31
13872a3

Choose a tag to compare

What's Changed

  • Add name to negation node if label_all is defined. by @rmanhaeve in #121

New Contributors

Full Changelog: v2.2.4...v2.2.5

v2.2.4

17 Oct 11:27

Choose a tag to compare

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

v2.2.3

29 Jun 15:51

Choose a tag to compare

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: v2.2.2...v2.2.3

v2.2.2

14 Sep 21:23

Choose a tag to compare

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