Skip to content

Commit 4ccd37e

Browse files
committed
DOC: replace _prop_attributes with __finalize__()
1 parent d5f5881 commit 4ccd37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/v0.13.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ to unify methods and behaviors. Series formerly subclassed directly from
872872

873873
- added ``ftypes`` method to Series/DataFrame, similar to ``dtypes``, but indicates
874874
if the underlying is sparse/dense (as well as the dtype)
875-
- All ``NDFrame`` objects now have a ``_prop_attributes``, which can be used to specify various
875+
- All ``NDFrame`` objects can now use ``__finalize__()`` to specify various
876876
values to propagate to new objects from an existing one (e.g. ``name`` in ``Series`` will
877877
follow more automatically now)
878878
- Internal type checking is now done via a suite of generated classes, allowing ``isinstance(value, klass)``

0 commit comments

Comments
 (0)