issues
search
HazyResearch
/
ddlog
Compiler for writing DeepDive applications in a Datalog-like language — ⚠️🚧🛑 REPO MOVED TO DEEPDIVE 👇🏿
https://github.com/HazyResearch/deepdive/tree/master/compiler/ddlog
19
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Simplify grounding by removing joins with var ID tables
#110
alldefector
closed
7 years ago
2
Add supervision truthiness and syntax
#109
alldefector
closed
8 years ago
1
factor_value -> feature_value
#108
alldefector
closed
8 years ago
1
TAB separated JSONs syntax support
#107
netj
closed
8 years ago
0
Support @name for inference rules
#106
alldefector
closed
8 years ago
4
Add "@value" annotation to support continuous features
#105
alldefector
closed
8 years ago
5
Fix categorical grounding: introduce non_category_weight_cols
#104
alldefector
closed
8 years ago
2
Compiler ignores constants in head atoms of an inference rule
#103
alldefector
opened
8 years ago
2
Exports schema during compile and cleans up legacy
#102
netj
closed
8 years ago
0
Positional relation args syntax is cumbersome for wide relations
#101
alldefector
closed
8 years ago
1
Unsupported factor over categorical variables: Imply()
#100
xiaoling
closed
8 years ago
4
Rename Multinomial to AndCategorical
#99
alldefector
closed
8 years ago
1
Dynamic scope multinomial
#98
netj
closed
8 years ago
1
Supports `@materialize` on schema declaration as well
#97
netj
closed
8 years ago
3
Fix ">= and <= comparator not working #90"
#96
alldefector
closed
8 years ago
2
Make agg func parsing case insensitive (fixes #91)
#95
alldefector
closed
8 years ago
3
@materialize not working on schema; maybe materialize by default?
#94
alldefector
opened
8 years ago
0
Project category value columns in compiler
#93
alldefector
closed
8 years ago
6
Gets rid of obsolete deepdive.conf lines
#92
netj
closed
8 years ago
2
ddlog is case-sensitive to aggregate functions
#91
xiaoling
closed
8 years ago
1
>= and <= comparator not working
#90
xiao-cheng
closed
8 years ago
1
Nullary functions not accepted by parser
#89
xiao-cheng
opened
8 years ago
0
Add end-to-end integration tests from ddlog to deepdive execution
#88
zifeishan
closed
8 years ago
2
Fixes #86, major bug in inference rule name generation
#87
netj
closed
8 years ago
4
Inference rule overwrite
#86
thodrek
closed
8 years ago
1
table schema not checked in ddlog compilation
#85
xiaoling
opened
8 years ago
0
Refactors DDlog compiler
#84
netj
closed
8 years ago
4
Cannot combine array indexing with minus
#83
Colossus
opened
8 years ago
3
If table defined first as view, then table, view isn't dropped
#82
Colossus
opened
8 years ago
1
Add support for array indexing
#81
feiranwang
closed
8 years ago
6
Add support for negation in inference rule head
#80
feiranwang
closed
8 years ago
12
Turn all warnings into errors so we catch them at build time
#79
netj
opened
8 years ago
0
Fixes redundant columns compiled for join variables in queries
#78
netj
closed
8 years ago
0
Fix multinomial factor function printing and compiling
#77
feiranwang
closed
8 years ago
6
New mode for compiling SQL queries from DDlog's query syntax
#76
netj
closed
8 years ago
9
Extends ddlog for the new spouse example in DeepDive release
#75
netj
closed
8 years ago
0
Function input types not checked?
#74
ajratner
opened
8 years ago
0
Makes sure schema entries are exported for rules that compile into views
#73
netj
closed
8 years ago
1
ddlog introducing unnecessary grounding complexity?
#72
zifeishan
closed
8 years ago
2
DDlog parser needs a rewrite using a faster parser combinator library
#71
netj
opened
8 years ago
10
Refactor creation views and tables from sql queries
#70
ThomasPalomares
closed
8 years ago
0
not possible anymore to create views that are called by another extractor (error in deepdive compile)
#69
ThomasPalomares
closed
8 years ago
1
Correctly compile multiple function call rules defining the same head
#68
netj
closed
8 years ago
0
syntax: union query (and not only union all)
#67
ThomasPalomares
opened
8 years ago
0
Better dependencies compilation
#66
netj
closed
8 years ago
1
Added CASCADE when dropping view.
#65
juhanaka
closed
9 years ago
3
Xiao bugfix
#64
xiaoling
closed
9 years ago
3
bugfix
#63
xiaoling
closed
9 years ago
1
"create view" support
#62
xiaoling
closed
9 years ago
2
Mnemonic names in compiled output
#61
netj
closed
9 years ago
1
Next