Skip to content

Commit 2fbdceb

Browse files
committed
Bumped to v0.2.0.
1 parent 900810d commit 2fbdceb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

changelog.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# Changelog
22
All 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)