Skip to content

release datafrog 2.0.0 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 27, 2018
Merged

Conversation

nikomatsakis
Copy link
Contributor

  • Breaking changes:
    • leapjoin now takes a tuple of leapers, and not a &mut slice:
      • from_leapjoin(&input, &mut [&mut foo.extend_with(...), ..], ..) becomes
        from_leapjoin(&input, (foo.extend_with(...), ..), ..)
      • if there is only one leaper, no tuple is needed
    • Relation::from now requires a vector, not an iterator; use
      Relation::from_iter instead
  • Changed the API to permit using Relation and Variable more interchangeably,
    and added a number of operations to construct relations directly, like Relation::from_join
  • Extended leapfrog triejoin with new operations (PrefixFilter and ValueFilter)

@nikomatsakis nikomatsakis merged commit 1824fd9 into rust-lang:master Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant