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

WIP/API/ENH: IntervalIndex #8707

Closed
wants to merge 8 commits into from
Closed

Commits on Dec 13, 2015

  1. API/ENH: IntervalIndex

    Fixes GH7640, GH8625
    shoyer committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    4b3ae35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e904595 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Speedup IntervalTree

    shoyer committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b13e92f View commit details
    Browse the repository at this point in the history
  2. some fixes

    shoyer committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    e0211f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Faster IntervalTreeNode.query

    shoyer committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    25fe51d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

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

Commits on Jan 11, 2016

  1. ENH: Basic arthimetic operations added for interval class

    STY: Adding @shoyer's comments
    
    BUG: Fixing multiplication and division
    
    ENH: Adding in PY2 compatible division
    
    TST: Adding PY2 specific test.  May want to configure in travis ...
    
    TST: Modifying division test to handle both PY2 and PY3
    mortonjt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    0984739 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from mortonjt/arthimetic

    Adding Arthimetic operations
    shoyer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    8c0ce10 View commit details
    Browse the repository at this point in the history