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

Closes #3709: reshape to return a multi-dimensional array #3715

Conversation

ajpotts
Copy link
Contributor

@ajpotts ajpotts commented Aug 29, 2024

Modifies the reshape function to return a multi-dimensional pdarray rather than ArrayView.

Also strips out the ArrayView class and module.

Closes #3709: reshape to return a multi-dimensional array

Co-authored with @drculhane .

@ajpotts ajpotts force-pushed the 3709-reshape-to-return-a-multi-dimensional-array branch from f60286d to 48d1530 Compare August 29, 2024 01:05
Co-authored-by: drculhane <drculhane@users.noreply.github.com>
@ajpotts ajpotts force-pushed the 3709-reshape-to-return-a-multi-dimensional-array branch from 0a2fd0f to 12f9d21 Compare August 29, 2024 01:07
@ajpotts ajpotts marked this pull request as ready for review August 29, 2024 01:08
Copy link
Contributor

@jeremiah-corrado jeremiah-corrado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! One question:

arkouda/pdarrayclass.py Show resolved Hide resolved
Copy link
Member

@stress-tess stress-tess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! thanks!

@stress-tess stress-tess added this pull request to the merge queue Sep 3, 2024
Merged via the queue into Bears-R-Us:master with commit 2205c45 Sep 3, 2024
10 checks passed
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.

reshape to return a multi-dimensional array
3 participants