Skip to content

Support numpy-style interface for methods and factory functions. #11

Description

@tglarner

The discussion in pull request #10 lead to this issue: The API should support method and function calls in the style of numpy, i.e.

def op(self, (d1, d2, ,...), *args):
    ...

and

def op((d1, d2, ...), *args):
    ...

This is different to the current API, which looks like

def op(self, *datasets):
    ....

and

def op(*datasets):
    ...

respectively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions