target broadcasting and numpy array support for generics
Compare changes
Files
2+ 24
− 1
@@ -77,10 +77,27 @@ def _execGeneric(
@@ -151,7 +168,10 @@ class GenericMixin:
@@ -231,7 +251,10 @@ class GenericMixin:
adresses #468 (closed)
-> i noted in the changelog.md
there was already an entry stating broadcasting support was added already for flagGeneric
: i didnt get into that, but a simple flagGeneric('v', func=lambda x: True)
threw an exception complaining return type wasnt a series -> so didnt really work for the use case