Skip to content
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

Add dictionary intersection #490

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 24, 2020

  1. Add dictionary intersection.

    groutr committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    48ad367 View commit details
    Browse the repository at this point in the history
  2. Add intersect to test suite.

    groutr committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bc3611c View commit details
    Browse the repository at this point in the history
  3. Use itertoolz.get instead of operator.itemgetter

    itertoolz.get will always return an iterable if passed a list unlike
    itemgetter.
    groutr committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d6b95f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a624b3 View commit details
    Browse the repository at this point in the history