Skip to content

Commit a5ac8ba

Browse files
committed
datearray changes
1 parent 0b86bd5 commit a5ac8ba

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

doc/source/development/extending.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ Implement the following:
159159
Convert a value or values for use in setting a value or values in the backing
160160
NumPy array.
161161

162-
``_validate_searchsorted_value``
163-
Convert a value for use in searching for a value in the backing NumPy array.
164-
Note: in most cases, the implementation can be identical to that of
165-
``_validate_setitem_value``.
166-
167162
.. code-block:: python
168163
169164
class DateArray(NDArrayBackedExtensionArray):

doc/source/whatsnew/v2.0.0.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ Other enhancements
6565
- :func:`timedelta_range` now supports a ``unit`` keyword ("s", "ms", "us", or "ns") to specify the desired resolution of the output index (:issue:`49824`)
6666
- :meth:`DataFrame.to_json` now supports a ``mode`` keyword with supported inputs 'w' and 'a'. Defaulting to 'w', 'a' can be used when lines=True and orient='records' to append record oriented json lines to an existing json file. (:issue:`35849`)
6767
- Added ``name`` parameter to :meth:`IntervalIndex.from_breaks`, :meth:`IntervalIndex.from_arrays` and :meth:`IntervalIndex.from_tuples` (:issue:`48911`)
68-
- :class:`NDArrayBackedExtensionArray` now exposed in the public API. (:issue:`45544`)
69-
-
7068

7169
.. ---------------------------------------------------------------------------
7270
.. _whatsnew_200.notable_bug_fixes:

0 commit comments

Comments
 (0)