Skip to content

Commit a0ac41d

Browse files
CLN: fix conflict leftovers
1 parent 9516c06 commit a0ac41d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/source/whatsnew/v0.15.1.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,10 @@ Bug Fixes
293293

294294

295295

296-
<<<<<<< HEAD
297296
- Fixed a bug where plotting a column ``y`` and specifying a label would mutate the index name of the original DataFrame (:issue:`8494`)
297+
- Fix regression in plotting of a DatetimeIndex directly with matplotlib (:issue:`8614`).
298298

299299
- Bug in ``date_range`` where partially-specified dates would incorporate current date (:issue:`6961`)
300300

301301
- Bug in Setting by indexer to a scalar value with a mixed-dtype `Panel4d` was failing (:issue:`8702`)
302-
=======
303-
- Fixed a bug where plotting a column ``y`` and specifying a label
304-
would mutate the index name of the DataFrame ``y`` came from (:issue:`8494`)
305302

306-
- Fix regression in plotting of a DatetimeIndex directly with matplotlib (:issue:`8614`).
307-
>>>>>>> VIS: register datetime64 in matplotlib units registry (GH8614)

0 commit comments

Comments
 (0)