Skip to content

Fixed power operation on indicies #14981

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

Closed
wants to merge 1 commit into from
Closed

Fixed power operation on indicies #14981

wants to merge 1 commit into from

Conversation

kamal94
Copy link
Contributor

@kamal94 kamal94 commented Dec 25, 2016

Fixed power operation on indicies to allow for power on rows. See #14973

Fixed power operation on indicies to allow for power on rows. See #14973
@codecov-io
Copy link

codecov-io commented Dec 25, 2016

Current coverage is 84.66% (diff: 100%)

Merging #14981 into master will increase coverage by <.01%

@@             master     #14981   diff @@
==========================================
  Files           144        144          
  Lines         51056      51057     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43225      43226     +1   
  Misses         7831       7831          
  Partials          0          0          

Powered by Codecov. Last update aba7d25...6c793ed

@jreback
Copy link
Contributor

jreback commented Dec 25, 2016

this needs a test & a whatsnew note in 0.20.0

@jreback jreback added Bug Numeric Operations Arithmetic, Comparison, and Logical operations labels Dec 25, 2016
@kamal94
Copy link
Contributor Author

kamal94 commented Dec 27, 2016

Will work on it!

@kamal94
Copy link
Contributor Author

kamal94 commented Dec 27, 2016

Closed this pull request and updated it with #14996

@kamal94 kamal94 closed this Dec 27, 2016
@jreback
Copy link
Contributor

jreback commented Dec 27, 2016

there is no reason to open another PR for the same issue. you just push to the same one. fine that you already did this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the python power operator on numerical Index objects yields unexpected results
3 participants