Skip to content

Releases: ztangent/Julog.jl

v0.1.15

31 Jul 23:18
Compare
Choose a tag to compare

Fixed bug in negation normal form conversion.

v0.1.14

12 Jun 02:51
Compare
Choose a tag to compare

Improved term simplification via simplify, docstring elaboration.

v0.1.13

27 Apr 13:02
Compare
Choose a tag to compare

Support for deferred evaluation, extend to_nnf to support forall and exists.

v0.1.12

06 Feb 20:38
Compare
Choose a tag to compare

Ensure that zero-arity Compound terms unify and compare as equal to corresponding constants. Some performance improvements to unify.

v0.1.11

19 Sep 20:14
Compare
Choose a tag to compare

Fixed inconsistency that prevented the evaluation of zero-arity custom functions.

v0.1.10

24 Mar 00:53
Compare
Choose a tag to compare

Fixes bugs caused by stale variable names in the head of a clause.

v0.1.9

06 Jan 14:58
Compare
Choose a tag to compare

Performance optimizations to unify, removal of gensym overhead, typechecking in resolve.

v0.1.8

07 Nov 04:29
Compare
Choose a tag to compare

Support optional escaping in the parsing of Julog expressions.

v0.1.7

25 Oct 19:29
Compare
Choose a tag to compare

Performance optimizations by reducing memory allocation. Benchmarks run 2-3 times faster.

v0.1.6

12 Oct 20:59
e4ce854
Compare
Choose a tag to compare

Fixed parser and macro hygiene issues.