-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update changelog
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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,3 +1,18 @@ | ||
souffle (2.4) stable; urgency=low | ||
* New option --generate-many to split the generated C++ Code into multiple files (julienhenry) | ||
* Purge input and intermediate relations (adamjseitz) | ||
* Emscripten Build (philzook58) | ||
* Improved parallel load balance in the interpreter (quentin) | ||
* User defined aggregate (julienhenry) | ||
* Improved loading of CSV (strRM, bmeck) | ||
* Configurable warnings (langston-barrett) | ||
* Performance improvements for regex matching (strRM) | ||
* Expose main driver interface (quentin) | ||
* Allow linking against multiple compiled Souffle programs (ruricolist, quentin) | ||
* Misc fixes and refactoring (adamjseitz, ruricolist, quentin, b-scholz, mingodad, bmeck, strRM, fgauthie, julienhenry, SamArch27, luc-tielen, XiaowenHu96, Gueckmooh) | ||
|
||
-- Quentin Sabah <[email protected]> Sat, 18 Feb 2023 11:00:00 +0100 | ||
|
||
souffle (2.3) stable; urgency=low | ||
* Auto-scheduler for rules (SamArch27) | ||
* Better scheduling heuristic (julienhenry) | ||
|