@@ -440,10 +440,7 @@ Bug Fixes
440
440
- Bug in ``date_range`` when the boundaries fell on the frequency (:issue:`11804`)
441
441
- Bug in consistency of passing nested dicts to ``.groupby(...).agg(...)`` (:issue:`9052`)
442
442
- Accept unicode in ``Timedelta`` constructor (:issue:`11995`)
443
-
444
443
- Bug in value label reading for ``StataReader`` when reading incrementally (:issue:`12014`)
445
-
446
-
447
444
- Bug in vectorized ``DateOffset`` when ``n`` parameter is ``0`` (:issue:`11370`)
448
445
449
446
@@ -456,7 +453,6 @@ Bug Fixes
456
453
- Bug in ``.loc`` against ``CategoricalIndex`` may result in normal ``Index`` (:issue:`11586`)
457
454
- Bug in ``DataFrame.info`` when duplicated column names exist (:issue:`11761`)
458
455
- Bug in ``.copy`` of datetime tz-aware objects (:issue:`11794`)
459
-
460
456
- Bug in ``Series.apply`` and ``Series.map`` where ``timedelta64`` was not boxed (:issue:`11349`)
461
457
462
458
@@ -465,48 +461,39 @@ Bug Fixes
465
461
- Bug in subclasses of ``DataFrame`` where ``AttributeError`` did not propagate (:issue:`11808`)
466
462
- Bug groupby on tz-aware data where selection not returning ``Timestamp`` (:issue:`11616`)
467
463
- Bug in ``pd.read_clipboard`` and ``pd.to_clipboard`` functions not supporting Unicode; upgrade included ``pyperclip`` to v1.5.15 (:issue:`9263`)
468
-
469
-
470
464
- Bug in ``DataFrame.query`` containing an assignment (:issue:`8664`)
471
465
472
466
473
467
474
468
- Bug in timezone info lost when broadcasting scalar datetime to ``DataFrame`` (:issue:`11682`)
475
-
476
469
- Bug in ``Index`` creation from ``Timestamp`` with mixed tz coerces to UTC (:issue:`11488`)
477
470
- Bug in ``to_numeric`` where it does not raise if input is more than one dimension (:issue:`11776`)
478
-
479
471
- Bug in parsing timezone offset strings with non-zero minutes (:issue:`11708`)
480
-
481
472
- Bug in ``df.plot`` using incorrect colors for bar plots under matplotlib 1.5+ (:issue:`11614`)
482
473
- Bug in the ``groupby`` ``plot`` method when using keyword arguments (:issue:`11805`).
483
-
484
474
- Bug in ``DataFrame.duplicated`` and ``drop_duplicates`` causing spurious matches when setting ``keep=False`` (:issue:`11864`)
485
-
486
475
- Bug in ``.loc`` result with duplicated key may have ``Index`` with incorrect dtype (:issue:`11497`)
487
476
- Bug in ``pd.rolling_median`` where memory allocation failed even with sufficient memory (:issue:`11696`)
488
-
489
477
- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
490
-
491
478
- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
492
-
493
479
- Bug in ``DataFrame.round`` dropping column index name (:issue:`11986`)
494
-
495
480
- Bug in ``df.replace`` while replacing value in mixed dtype ``Dataframe`` (:issue:`11698`)
496
-
497
481
- Bug in ``Index`` prevents copying name of passed ``Index``, when a new name is not provided (:issue:`11193`)
498
-
499
482
- Bug in ``read_excel`` failing to read any non-empty sheets when empty sheets exist and ``sheetname=None`` (:issue:`11711`)
500
-
501
483
- Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords ``parse_dates`` and ``date_parser`` are provided (:issue:`11544`)
502
-
503
484
- Bug in ``read_sql`` with pymysql connections failing to return chunked data (:issue:`11522`)
504
-
505
485
- Bug in ``.to_csv`` ignoring formatting parameters ``decimal``, ``na_rep``, ``float_format`` for float indexes (:issue:`11553`)
506
-
507
486
- Bug in ``Int64Index`` and ``Float64Index`` preventing the use of the modulo operator (:issue:`9244`)
508
487
488
+
509
489
- Bug in ``DataFrame`` when masking an empty ``DataFrame`` (:issue:`11859`)
510
490
511
- - Removed ``millisecond`` property of ``DatetimeIndex``. This would always raise
512
- a ``ValueError`` (:issue:`12019`).
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+ - Removed ``millisecond`` property of ``DatetimeIndex``. This would always raise a ``ValueError`` (:issue:`12019`).
499
+ - Bug in ``Series`` constructor with read-only data (:issue:`11502`)
0 commit comments