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

Improve support for labeled arrays in experimental array processes #317

Merged
merged 4 commits into from
Jan 12, 2022

Conversation

m-mohr
Copy link
Member

@m-mohr m-mohr commented Dec 21, 2021

Added better support for labeled arrays in experimental array processes that previously simply discarded the labels. Affected processes:

  • array_append
  • array_concat
  • array_modify

The idea is that this will help overall to improve support for labeled arrays and get a better solution for #233, e.g. through a modified version of apply_dimension (as discussed with @clausmichele).

@m-mohr m-mohr linked an issue Dec 21, 2021 that may be closed by this pull request
@m-mohr m-mohr added this to the 1.3.0 milestone Dec 22, 2021
proposals/array_append.json Show resolved Hide resolved
proposals/array_append.json Outdated Show resolved Hide resolved
proposals/array_concat.json Outdated Show resolved Hide resolved
proposals/array_modify.json Outdated Show resolved Hide resolved
@m-mohr m-mohr merged commit d5be1a5 into draft Jan 12, 2022
@m-mohr m-mohr deleted the labeled-arrays branch January 12, 2022 17:42
@m-mohr m-mohr modified the milestones: 1.3.0, 2.0.0 Feb 1, 2023
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.

Compute new labels (e.g. bands) easily
2 participants