You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The power operation on a range of indexes was fixed.
closes#14973
Author: Kamal Kamalaldin <[email protected]>
Closes#14996 from kamal94/master and squashes the following commits:
66c2338 [Kamal Kamalaldin] Merge branch 'master' of git://github.com/pandas-dev/pandas
14c47a8 [Kamal Kamalaldin] DOC: updated wording of a previous fix
a6c9458 [Kamal Kamalaldin] BUG: fixed index power operation
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,7 @@ Performance Improvements
283
283
Bug Fixes
284
284
~~~~~~~~~
285
285
286
+
- Bug in ``Index`` power operations with reversed operands (:issue:`14973`)
286
287
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
287
288
- Bug in ``DataFrame`` construction in which unsigned 64-bit integer elements were being converted to objects (:issue:`14881`)
288
289
- Bug in ``astype()`` where ``inf`` values were incorrectly converted to integers. Now raises error now with ``astype()`` for Series and DataFrames (:issue:`14265`)
0 commit comments