@@ -440,10 +440,7 @@ Bug Fixes
440440- Bug in ``date_range`` when the boundaries fell on the frequency (:issue:`11804`)
441441- Bug in consistency of passing nested dicts to ``.groupby(...).agg(...)`` (:issue:`9052`)
442442- Accept unicode in ``Timedelta`` constructor (:issue:`11995`)
443-
444443- Bug in value label reading for ``StataReader`` when reading incrementally (:issue:`12014`)
445-
446-
447444- Bug in vectorized ``DateOffset`` when ``n`` parameter is ``0`` (:issue:`11370`)
448445
449446
@@ -456,7 +453,6 @@ Bug Fixes
456453- Bug in ``.loc`` against ``CategoricalIndex`` may result in normal ``Index`` (:issue:`11586`)
457454- Bug in ``DataFrame.info`` when duplicated column names exist (:issue:`11761`)
458455- Bug in ``.copy`` of datetime tz-aware objects (:issue:`11794`)
459-
460456- Bug in ``Series.apply`` and ``Series.map`` where ``timedelta64`` was not boxed (:issue:`11349`)
461457
462458
@@ -465,48 +461,39 @@ Bug Fixes
465461- Bug in subclasses of ``DataFrame`` where ``AttributeError`` did not propagate (:issue:`11808`)
466462- Bug groupby on tz-aware data where selection not returning ``Timestamp`` (:issue:`11616`)
467463- Bug in ``pd.read_clipboard`` and ``pd.to_clipboard`` functions not supporting Unicode; upgrade included ``pyperclip`` to v1.5.15 (:issue:`9263`)
468-
469-
470464- Bug in ``DataFrame.query`` containing an assignment (:issue:`8664`)
471465
472466
473467
474468- Bug in timezone info lost when broadcasting scalar datetime to ``DataFrame`` (:issue:`11682`)
475-
476469- Bug in ``Index`` creation from ``Timestamp`` with mixed tz coerces to UTC (:issue:`11488`)
477470- Bug in ``to_numeric`` where it does not raise if input is more than one dimension (:issue:`11776`)
478-
479471- Bug in parsing timezone offset strings with non-zero minutes (:issue:`11708`)
480-
481472- Bug in ``df.plot`` using incorrect colors for bar plots under matplotlib 1.5+ (:issue:`11614`)
482473- Bug in the ``groupby`` ``plot`` method when using keyword arguments (:issue:`11805`).
483-
484474- Bug in ``DataFrame.duplicated`` and ``drop_duplicates`` causing spurious matches when setting ``keep=False`` (:issue:`11864`)
485-
486475- Bug in ``.loc`` result with duplicated key may have ``Index`` with incorrect dtype (:issue:`11497`)
487476- Bug in ``pd.rolling_median`` where memory allocation failed even with sufficient memory (:issue:`11696`)
488-
489477- Bug in ``.style.bar`` may not rendered properly using specific browser (:issue:`11678`)
490-
491478- Bug in rich comparison of ``Timedelta`` with a ``numpy.array`` of ``Timedelta`` that caused an infinite recursion (:issue:`11835`)
492-
493479- Bug in ``DataFrame.round`` dropping column index name (:issue:`11986`)
494-
495480- Bug in ``df.replace`` while replacing value in mixed dtype ``Dataframe`` (:issue:`11698`)
496-
497481- Bug in ``Index`` prevents copying name of passed ``Index``, when a new name is not provided (:issue:`11193`)
498-
499482- Bug in ``read_excel`` failing to read any non-empty sheets when empty sheets exist and ``sheetname=None`` (:issue:`11711`)
500-
501483- Bug in ``read_excel`` failing to raise ``NotImplemented`` error when keywords ``parse_dates`` and ``date_parser`` are provided (:issue:`11544`)
502-
503484- Bug in ``read_sql`` with pymysql connections failing to return chunked data (:issue:`11522`)
504-
505485- Bug in ``.to_csv`` ignoring formatting parameters ``decimal``, ``na_rep``, ``float_format`` for float indexes (:issue:`11553`)
506-
507486- Bug in ``Int64Index`` and ``Float64Index`` preventing the use of the modulo operator (:issue:`9244`)
508487
488+
509489- Bug in ``DataFrame`` when masking an empty ``DataFrame`` (:issue:`11859`)
510490
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