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

str arithmetic #1058

Merged
merged 15 commits into from
Jun 2, 2015
Merged

str arithmetic #1058

merged 15 commits into from
Jun 2, 2015

Commits on Apr 29, 2015

  1. ENH: Adds string arithmetic

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    e8baedf View commit details
    Browse the repository at this point in the history
  2. TST: Adds string arithmetic tests for symbols.

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    454f24c View commit details
    Browse the repository at this point in the history
  3. STY: Split the __all__ onto newlines.

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    ad78aed View commit details
    Browse the repository at this point in the history
  4. MAINT: Factor the binary function creation into a factory function.

    There was a lot of code reuse here that would make it easy to mess up
    adding a new binop.
    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    589e3c1 View commit details
    Browse the repository at this point in the history
  5. ENH: Makes strings use the new arithmetic types.

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f176ef2 View commit details
    Browse the repository at this point in the history
  6. MAINT: Move string handling to string module

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    0bdef66 View commit details
    Browse the repository at this point in the history
  7. ENH: Adds numpy compute backend for string ops

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    1612af5 View commit details
    Browse the repository at this point in the history
  8. MAINT: Reduce code duplication in numpy compute

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    37806b9 View commit details
    Browse the repository at this point in the history
  9. TST: Adds numpy tests for str expressions

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    af8aedb View commit details
    Browse the repository at this point in the history
  10. ENH: Compute backend for pandas

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    82bb5f8 View commit details
    Browse the repository at this point in the history
  11. ENH: Work on pandas compute for string ops

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    9aa9f6e View commit details
    Browse the repository at this point in the history
  12. TST: Adds pandas string tests

    Joe Jevnik committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    144a1d4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. PERF: Delegate to faster string interp function based on array len.

    cache global lookups in function.__defaults__
    Joe Jevnik committed May 23, 2015
    Configuration menu
    Copy the full SHA
    e3f509e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Configuration menu
    Copy the full SHA
    3a65d6c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. TST: Adds string tests with scalar values

    Joe Jevnik committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    0be7087 View commit details
    Browse the repository at this point in the history