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

Array Operations: Concatenate Arrays, Reshape Tuples/Components, Split Arrays #954

Open
imikejackson opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request Feature Request

Comments

@imikejackson
Copy link
Contributor

Concatenate Arrays:

  • User selects multiple arrays
  • All input arrays must have same number of components
  • Output Array will have the sum of the input arrays tuple counts

Reshape Array:

  • User selects array(s)
  • Allow user to set the tuple shape and component shape
  • The total number of elements MUST remain the same (So we can do this in place)
  • If the tuple changes they would have to move it out of an attribute matrix if that is where it was originally.

Split Array:

  • Unlike the current "Split Arrays", this allowing the user to split with respect to the tuples, not extract out components as arrays
  • You end up with 2 arrays in the end.
  • User can elect to keep original or delete original.
@imikejackson imikejackson added enhancement New feature or request Feature Request labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant