Skip to content

Commit fdba133

Browse files
committed
DOC: whatsnew v0.22.0 edits
1 parent 330fb57 commit fdba133

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/source/whatsnew/v0.22.0.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,10 @@ Conversion
277277

278278
- Bug in :class:`Index` constructor with `dtype='uint64'` where int-like floats were not coerced to :class:`UInt64Index` (:issue:`18400`)
279279
- Bug in the :class:`DataFrame` constructor in which data containing very large positive or very large negative numbers was causing ``OverflowError`` (:issue:`18584`)
280-
-
280+
- Fixed a bug where creating a Series from an array that contains both tz-naive and tz-aware values will result in a Series whose dtype is tz-aware instead of object (:issue:`16406`)
281+
- Adding a ``Period`` object to a ``datetime`` or ``Timestamp`` object will now correctly raise a ``TypeError`` (:issue:`17983`)
282+
- Fixed a bug where ``FY5253`` date offsets could incorrectly raise an ``AssertionError`` in arithmetic operatons (:issue:`14774`)
283+
281284

282285
Indexing
283286
^^^^^^^^
@@ -327,7 +330,8 @@ Reshaping
327330
^^^^^^^^^
328331

329332
- Bug in :func:`DataFrame.stack` which fails trying to sort mixed type levels under Python 3 (:issue:`18310`)
330-
-
333+
- Fixed construction of a :class:`Series` from a ``dict`` containing ``NaN`` as key (:issue:`18480`)
334+
331335
-
332336

333337
Numeric
@@ -348,8 +352,4 @@ Other
348352
^^^^^
349353

350354
- Improved error message when attempting to use a Python keyword as an identifier in a numexpr query (:issue:`18221`)
351-
- Fixed a bug where creating a Series from an array that contains both tz-naive and tz-aware values will result in a Series whose dtype is tz-aware instead of object (:issue:`16406`)
352-
- Fixed construction of a :class:`Series` from a ``dict`` containing ``NaN`` as key (:issue:`18480`)
353-
- Adding a ``Period`` object to a ``datetime`` or ``Timestamp`` object will now correctly raise a ``TypeError`` (:issue:`17983`)
354-
- Fixed a bug where ``FY5253`` date offsets could incorrectly raise an ``AssertionError`` in arithmetic operatons (:issue:`14774`)
355355
-

0 commit comments

Comments
 (0)