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

feat(core): Support transpose with explicit permutation #256

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

manzt
Copy link
Owner

@manzt manzt commented Feb 25, 2025

Fixes #129

In a follow up PR, I'd like to potentially make stride a readonly property on Chunk interface and instead support an explicit order instead.

Copy link

changeset-bot bot commented Feb 25, 2025

🦋 Changeset detected

Latest commit: 00afc7a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@zarrita/core Patch
@zarrita/indexing Patch
@zarrita/ndarray Patch
zarrita Patch
@zarrita/typedarray Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@manzt manzt force-pushed the manzt/explicit-transpose branch from 0ac3581 to 00afc7a Compare February 25, 2025 19:58
@manzt manzt merged commit d7868b0 into main Feb 25, 2025
2 checks passed
@manzt manzt deleted the manzt/explicit-transpose branch February 25, 2025 19:59
@github-actions github-actions bot mentioned this pull request Feb 25, 2025
@github-actions github-actions bot mentioned this pull request Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transpose with explicit permutation
1 participant