Skip to content

Commit 15555fd

Browse files
committed
Merge pull request #5240 from jtratner/cleanup-core_ops
CLN/ENH: Make names getattr'able in core/ops +PEP8.
2 parents 791d545 + a5a797c commit 15555fd

File tree

2 files changed

+144
-108
lines changed

2 files changed

+144
-108
lines changed

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ API Changes
306306
``SparsePanel``, etc.), now support the entire set of arithmetic operators
307307
and arithmetic flex methods (add, sub, mul, etc.). ``SparsePanel`` does not
308308
support ``pow`` or ``mod`` with non-scalars. (:issue:`3765`)
309+
- Arithemtic func factories are now passed real names (suitable for using with super) (:issue:`5240`)
309310
- Provide numpy compatibility with 1.7 for a calling convention like ``np.prod(pandas_object)`` as numpy
310311
call with additional keyword args (:issue:`4435`)
311312
- Provide __dir__ method (and local context) for tab completion / remove ipython completers code

0 commit comments

Comments
 (0)