@@ -396,29 +396,6 @@ For full docs, see the :ref:`Categorical introduction <categorical>` and the
396396 only. If you want to manipulate codes, please use one of the
397397 :ref:`API methods on Categoricals <api.categorical>`.
398398
399-
400-
401-
402-
403-
404-
405-
406-
407-
408-
409-
410-
411-
412-
413-
414-
415-
416-
417-
418- - Bug in checking of table name in ``read_sql`` in certain cases (:issue:`7826`).
419-
420-
421-
422399.. _whatsnew_0150.prior_deprecations:
423400
424401Prior Version Deprecations/Changes
@@ -554,6 +531,8 @@ There are no experimental changes in 0.15.0
554531
555532Bug Fixes
556533~~~~~~~~~
534+
535+ - Bug in checking of table name in ``read_sql`` in certain cases (:issue:`7826`).
557536- Bug in multiindexes dtypes getting mixed up when DataFrame is saved to SQL table (:issue:`8021`)
558537- Bug in Series 0-division with a float and integer operand dtypes (:issue:`7785`)
559538- Bug in ``Series.astype("unicode")`` not calling ``unicode`` on the values correctly (:issue:`7758`)
@@ -634,13 +613,10 @@ Bug Fixes
634613 return a non scalar value that appeared valid but wasn't (:issue:`7870`).
635614- Bug in ``date_range()``/``DatetimeIndex()`` when the timezone was inferred from input dates yet incorrect
636615 times were returned when crossing DST boundaries (:issue:`7835`, :issue:`7901`).
637-
638-
616+ - Bug in ``to_excel()`` where a negative sign was being prepended to positive infinity and was absent for negative infinity (:issue`7949`)
639617- Bug in area plot draws legend with incorrect ``alpha`` when ``stacked=True`` (:issue:`8027`)
640-
641618- ``Period`` and ``PeriodIndex`` addition/subtraction with ``np.timedelta64`` results in incorrect internal representations (:issue:`7740`)
642-
643- - ``Holiday`` bug in Holiday with no offset or observance (:issue:`7987`)
619+ - Bug in ``Holiday`` with no offset or observance (:issue:`7987`)
644620
645621- Bug in ``DataFrame.to_latex`` formatting when columns or index is a ``MultiIndex`` (:issue:`7982`).
646622
0 commit comments