Skip to content

Commit da4b494

Browse files
jrebacktp
authored and
tp
committed
DOC: whatsnew v0.22.0 edits
1 parent 330fb57 commit da4b494

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/source/whatsnew/v0.22.0.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Removal of prior version deprecations/changes
237237
- The ``SparseList`` class has been removed (:issue:`14007`)
238238
- The ``pandas.io.wb`` and ``pandas.io.data`` stub modules have been removed (:issue:`13735`)
239239
- ``Categorical.from_array`` has been removed (:issue:`13854`)
240-
- The ``freq`` parameter has been removed from the ``rolling``/``expanding``/``ewm`` methods of DataFrame
240+
- The ``freq`` and ``how`` parameters have been removed from the ``rolling``/``expanding``/``ewm`` methods of DataFrame
241241
and Series (deprecated since v0.18). Instead, resample before calling the methods. (:issue:18601)
242242
- ``DatetimeIndex.to_datetime``, ``Timestamp.to_datetime``, ``PeriodIndex.to_datetime``, and ``Index.to_datetime`` have been removed (:issue:`8254`, :issue:`14096`, :issue:`14113`)
243243

@@ -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)