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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ We recommend that all users upgrade to this version.
17
17
Enhancements
18
18
~~~~~~~~~~~~
19
19
20
+
- Added ``StringMethods.capitalize()`` and ``swapcase`` which behave as the same as standard ``str`` (:issue:`9766`)
21
+
20
22
21
23
22
24
@@ -58,7 +60,7 @@ Performance Improvements
58
60
Bug Fixes
59
61
~~~~~~~~~
60
62
61
-
- Fixed bug (:issue:`9542`) where labels did not appear properly in legend of ``DataFrame.plot()``. Passing ``label=`` args also now works, and series indices are no longer mutated.
63
+
- Fixed bug (:issue:`9542`) where labels did not appear properly in legend of ``DataFrame.plot()``. Passing ``label=`` args also now works, and series indices are no longer mutated.
0 commit comments