Skip to content

Replace * with # in wildcard slices. #184

@python-processing-unit

Description

@python-processing-unit

According to the specification section 4.4.2:

The symbol * MAY be used in an index position to denote a full-dimension slice, selecting every element along that axis.

Use hash # instead of star * for full-dimension (wildcard) slices.

Update the implementation, specification, tests, and stdlib.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestmajorRequires a major version change.testSomething related to the test suite.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions