-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add array/base/reshape
#20
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
Labels
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
estimate: 2-4hrs
Task which should take between 2 to 4 hours.
Feature
Task to add a new feature.
❌ No AI
Not allowed to use AI.
Comments
1 task
PR: stdlib-js/stdlib#5639 |
Notes:
|
anandkaranubc
pushed a commit
to anandkaranubc/stdlib
that referenced
this issue
Apr 9, 2025
PR-URL: stdlib-js#5639 Closes: stdlib-js/metr-issue-tracker#20 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Muhammad Haris <[email protected]> Signed-off-by: Athan Reines <[email protected]>
Post PR Review Notes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
estimate: 2-4hrs
Task which should take between 2 to 4 hours.
Feature
Task to add a new feature.
❌ No AI
Not allowed to use AI.
Reshape an n-dimensional nested array into another m-dimensional having a desired shape.
Support specifying lexicographic/colexicographic iteration order.
Should verify that the output shape is compatible with the input shape (i.e., they have the same number of total elements).
Time estimate without AI: 4hrs
Time estimate with AI: 3hrs
The text was updated successfully, but these errors were encountered: