File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ Unreleased ]
4+ ## [ 0.2.0 ] - 2019-11-25
55### Added
6+ - Support wild card term ` ?? ` when "invoking" predicates as functions.
67- Constant array constructor ` array_const ` (from Z3's theory of arrays).
7- - The option ` callTrace ` .
88- Ability to do partial magic set rewriting with annotations ` @bottomup ` and
99 ` @topdown ` .
1010- Demand transformation simplification for magic set rewriting (following Tekle
1111 and Liu [ 2010] ).
1212- Support for record types.
1313- Support external input facts via annotation ` @external ` .
1414- Support sequential runtime (for debugging) via ` sequential ` system property.
15- - Reify relations as lists of tuples using ` <[...]> ` syntax.
16- - Support aggregate columns in relations.
17- - Support non-stratified negation and aggregation through semi-inflationary
18- Datalog interpreter.
1915- Support existential anonymous variables in negated atoms.
2016
2117### Changed
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >edu.harvard.seas.pl</groupId >
66 <artifactId >formulog</artifactId >
7- <version >0.1 .0-SNAPSHOT</version >
7+ <version >0.2 .0-SNAPSHOT</version >
88 <name >formulog</name >
99 <properties >
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments