Skip to content

Commit ce4eeef

Browse files
committed
whatsnew
1 parent 01191d1 commit ce4eeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ Other enhancements
313313

314314
- :meth:`~DataFrame.to_sql` with method parameter set to ``multi`` works with Oracle on the backend
315315
- :attr:`Series.attrs` / :attr:`DataFrame.attrs` now uses a deepcopy for propagating ``attrs`` (:issue:`54134`).
316+
- :class:`NDArrayBackedExtensionArray` now exposed in the public API (:issue:`45544`)
316317
- :func:`get_dummies` now returning extension dtypes ``boolean`` or ``bool[pyarrow]`` that are compatible with the input dtype (:issue:`56273`)
317318
- :func:`read_csv` now supports ``on_bad_lines`` parameter with ``engine="pyarrow"`` (:issue:`54480`)
318319
- :func:`read_sas` returns ``datetime64`` dtypes with resolutions better matching those stored natively in SAS, and avoids returning object-dtype in cases that cannot be stored with ``datetime64[ns]`` dtype (:issue:`56127`)
@@ -329,7 +330,6 @@ Other enhancements
329330
- Improved error message that appears in :meth:`DatetimeIndex.to_period` with frequencies which are not supported as period frequencies, such as ``"BMS"`` (:issue:`56243`)
330331
- Improved error message when constructing :class:`Period` with invalid offsets such as ``"QS"`` (:issue:`55785`)
331332
- The dtypes ``string[pyarrow]`` and ``string[pyarrow_numpy]`` now both utilize the ``large_string`` type from PyArrow to avoid overflow for long columns (:issue:`56259`)
332-
- :class:`NDArrayBackedExtensionArray` now exposed in the public API (:issue:`45544`)
333333

334334
.. ---------------------------------------------------------------------------
335335
.. _whatsnew_220.notable_bug_fixes:

0 commit comments

Comments
 (0)