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: Create Array added functionality #954

Closed
imikejackson opened this issue May 9, 2024 · 0 comments · Fixed by #1066
Closed

Array Operations: Create Array added functionality #954

imikejackson opened this issue May 9, 2024 · 0 comments · Fixed by #1066
Assignees
Labels
enhancement New feature or request Feature Request

Comments

@imikejackson
Copy link
Contributor

imikejackson commented May 9, 2024

  • Allow the user to set the component dimension shape (Comma separated list of the slowest to fastest dimension)
    • The issue here is that the current component dimension is a single int32 value. We would now be changing that to a string or array. That will mess up existing pipeline files.
  • Allow the user to initialize the array instead of having to run an additional filter.
    • Just run the "Initialize Array" underneath the covers
@imikejackson imikejackson added enhancement New feature or request Feature Request labels May 9, 2024
@joeykleingers joeykleingers self-assigned this Sep 6, 2024
@joeykleingers joeykleingers changed the title Array Operations: Concatenate Arrays, Reshape Tuples/Components, Split Arrays Array Operations: Create Array added functionality Sep 13, 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

Successfully merging a pull request may close this issue.

2 participants