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/v0.14.1.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,9 @@ Bug Fixes
271
271
- Bug in non-monotonic ``Index.union`` may preserve ``name`` incorrectly (:issue:`7458`)
272
272
- Bug in ``DatetimeIndex.intersection`` doesn't preserve timezone (:issue:`4690`)
273
273
274
+
- Bug with last plotted timeseries dictating ``xlim`` (:issue:`2960`)
275
+
- Bug with ``secondary_y`` axis not being considered for timeseries ``xlim`` (:issue:`3490`)
276
+
274
277
- Bug in ``Float64Index`` assignment with a non scalar indexer (:issue:`7586`)
275
278
- Bug in ``pandas.core.strings.str_contains`` does not properly match in a case insensitive fashion when ``regex=False`` and ``case=False`` (:issue:`7505`)
0 commit comments