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

CLN/INT: remove Index as a sub-class of NDArray #7891

Merged
merged 1 commit into from
Aug 7, 2014

Commits on Aug 6, 2014

  1. API/COMPAT: Index no longer an ndarray sub-class (GH5080)

    CLN: add searchsorted to core/base (GH6712, GH7447, GH6469)
    
    fixup tests in test_timeseries for reverse ndarray/datetimeindex comparisons
    
    fix algos / multi-index repeat (essentially this is a bug-fix)
    
    ENH: add NumericIndex and operators, related (GH7439)
    
    DOC: indexing/v0.15.0 docs
    
    TST: fixed up plotting issues
    
    COMPAT/API: use __array_priority__ to facility proper comparisons of DatetimeIndex with ndarrays
    
    fixup to do actual views in copy (except in reduce where its needed)
    
    COMPAT: numpy compat with 1.6 for np.may_share_memory
    
    FIX: access values attr in JSON code to support index that's not an ndarry subclass
    
    COMPAT: numpy compat with array_priority fix
    
    CLN: remove constructor pickle compat code as not necessary
    
    COMPAT: fix pickle in sparse
    
    CLN: clean up shallow_copy/simple_new
    
    COMPAT: pickle compat
    
    remove __array_prepare__
    
    COMPAT: tests & compat for numeric operation support only on supported indexes
    
    DOC: fixup for comments
    
    COMPAT: allow older MultiIndex pickles again
    
    CLN: combine properties from index/series for ndarray compat
    jreback committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    8d3cb3f View commit details
    Browse the repository at this point in the history