Skip to content

Support inplace API like -=, *=, ... #2588

@mrocklin

Description

@mrocklin

When parallelizing existing numpy codes it would be convenient to support operations like -=, +=, etc.. This won't have any performance benefits, but would be somewhat convenient.

Typically we do this by doing the normal operation and then overwriting .dask, .name, etc..

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