Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Permuted to also support non-dense lists #5791

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

james-d-mitchell
Copy link
Contributor

I noticed while doing something else that the method for Permuted implicitly assumed that the list was dense. In this PR I'm making that assumption explicit, I've added a method for Permuted for non-dense lists, and updated the documentation for Permuted so that it correctly reflects the functionality.

@james-d-mitchell james-d-mitchell added the release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes label Sep 4, 2024
@fingolfin fingolfin changed the title Add Permuted for non-dense lists Extend Permuted to also support non-dense lists Sep 5, 2024
@fingolfin fingolfin added kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements topic: library labels Sep 5, 2024
@fingolfin fingolfin merged commit 423ba87 into gap-system:master Sep 5, 2024
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants