We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9455ee9 commit 52b6c2cCopy full SHA for 52b6c2c
doc/source/whatsnew/v0.20.0.txt
@@ -416,7 +416,7 @@ Performance Improvements
416
Bug Fixes
417
~~~~~~~~~
418
419
-- Bug in ``Timestamp.replace`` wrong exception raised when wrong argument name given (:issue:`15240`)
+- Bug in ``Timestamp.replace`` exception ValueError raised when wrong argument name given, should be TypeError (:issue:`15240`)
420
- Bug in ``Index`` power operations with reversed operands (:issue:`14973`)
421
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
422
- Bug in ``TimedeltaIndex`` raising a ``ValueError`` when boolean indexing with ``loc`` (:issue:`14946`)
0 commit comments