@@ -396,29 +396,6 @@ For full docs, see the :ref:`Categorical introduction <categorical>` and the
396
396
only. If you want to manipulate codes, please use one of the
397
397
:ref:`API methods on Categoricals <api.categorical>`.
398
398
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
-
422
399
.. _whatsnew_0150.prior_deprecations:
423
400
424
401
Prior Version Deprecations/Changes
@@ -554,6 +531,8 @@ There are no experimental changes in 0.15.0
554
531
555
532
Bug Fixes
556
533
~~~~~~~~~
534
+
535
+ - Bug in checking of table name in ``read_sql`` in certain cases (:issue:`7826`).
557
536
- Bug in multiindexes dtypes getting mixed up when DataFrame is saved to SQL table (:issue:`8021`)
558
537
- Bug in Series 0-division with a float and integer operand dtypes (:issue:`7785`)
559
538
- Bug in ``Series.astype("unicode")`` not calling ``unicode`` on the values correctly (:issue:`7758`)
@@ -634,13 +613,10 @@ Bug Fixes
634
613
return a non scalar value that appeared valid but wasn't (:issue:`7870`).
635
614
- Bug in ``date_range()``/``DatetimeIndex()`` when the timezone was inferred from input dates yet incorrect
636
615
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`)
639
617
- Bug in area plot draws legend with incorrect ``alpha`` when ``stacked=True`` (:issue:`8027`)
640
-
641
618
- ``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`)
644
620
645
621
- Bug in ``DataFrame.to_latex`` formatting when columns or index is a ``MultiIndex`` (:issue:`7982`).
646
622
0 commit comments