File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
src/Language/DifferentialDatalog Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Unreleased]
6+ ## [ 0.33.0] - Dec 24, 2020
7+
8+ ### Optimizations
9+
10+ - An optimized implementation of the ` distinct ` operator may save memory and CPU
11+ for recursive relations.
12+
13+ ### Libraries
14+
15+ - Added support for regex sets to ` lib/regex.dl `
16+ - Added ` Vec::pop() ` function to ` lib/ddlog_std.dl ` .
17+
18+ ### Miscellaneous improvements:
719
820- Upgrade to the latest versions of timely and differential dataflow crates.
921
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import GitHash
3232
3333-- Keep this in sync with the binary release version on github
3434dDLOG_VERSION :: String
35- dDLOG_VERSION = " v0.32.1 "
35+ dDLOG_VERSION = " v0.33.0 "
3636
3737gitHash :: String
3838gitHash = giHash $$ tGitInfoCwd
You can’t perform that action at this time.
0 commit comments