-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c386b8
commit 807ab84
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Changes | ||
|
||
## eclingo 0.2.1 | ||
## eclingo 0.4 | ||
* allows to use "not" inside epistemic literals. Now "a :- &k{ not b}." is a valid program. | ||
* works with (and requires) clingo 5.5 and python 3.8. | ||
* works with (and requires) clingo 5.5.2 and python 3.9. | ||
* Semantics K14 is not supported in this version. | ||
* Grounding is done only once instead of twice. |