You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates mindbender-search to reflect DeepDive's variable table rename
`Q_inference` instead of `Q_label_inference`, and the view now
completely subsumes the original variable table `Q`
v0.2.1: Fixes hostname issues by backporting removal of Scala dependency
Postgres arrays serialized in CSV were being parsed incorrectly, because
TSV escapes were being incorrectly handled while parsing Postgres
arrays. Now, TSVs escapes are handled earlier at the backend, so the
frontend receives the same data regardless of the items input format:
CSV or TSV.
Fixes HazyResearch/deepdive#173
Fixes CSV loader to parse numbers, making it consistent with TSV