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
@@ -270,6 +270,9 @@ Bug Fixes
270
270
- Bug in non-monotonic ``Index.union`` may preserve ``name`` incorrectly (:issue:`7458`)
271
271
- Bug in ``DatetimeIndex.intersection`` doesn't preserve timezone (:issue:`4690`)
272
272
273
+
- Bug with last plotted timeseries dictating ``xlim`` (:issue:`2960`)
274
+
- Bug with ``secondary_y`` axis not being considered for timeseries ``xlim`` (:issue:`3490`)
275
+
273
276
- Bug in ``Float64Index`` assignment with a non scalar indexer (:issue:`7586`)
274
277
- 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