Skip to content

Commit

Permalink
Added verisonadded
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 26, 2018
1 parent fc729d6 commit 74b2c09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,8 @@ def func(arr, indexer, out, fill_value=np.nan):
def take(arr, indexer, allow_fill=False, fill_value=None):
"""Take elements from an array.
.. versionadded:: 0.23.0
Parameters
----------
arr : ndarray or ExtensionArray
Expand Down
2 changes: 2 additions & 0 deletions pandas/core/dtypes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def is_dtype(cls, dtype):
class ExtensionDtype(_DtypeOpsMixin):
"""A custom data type, to be paired with an ExtensionArray.
.. versionadded:: 0.23.0
Notes
-----
The interface includes the following abstract methods that must
Expand Down

0 comments on commit 74b2c09

Please sign in to comment.