Skip to content

Expanded indexing/selection support #159

Description

@kylebarron

src/array/selection.rs supports only int, step-1 slice, and Ellipsis (and is
self-described as "vibe coded"). Missing:

  • Strided slices (step != 1)
  • None / newaxis
  • Boolean masks
  • Integer/fancy array indexing — including orthogonal (oindex) and vectorized
    (vindex) modes that zarr-python offers

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