Skip to content

Wrap padding #3858

@gcskoenig

Description

@gcskoenig

Hi all,

I could not find any padding functionality that equals the "wrap" padding from numpy.

E.g. this:
[[0 1 2]
[3 4 5]
[6 7 8]]

Shall be padded like this:
[[8 6 7 8 6]
[2 0 1 2 0]
[5 3 4 5 3]
[8 6 7 8 6]
[2 0 1 2 0]]

Would be of great value!

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