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

concatenate #76

Closed
jpivarski opened this issue Jan 14, 2020 · 1 comment
Closed

concatenate #76

jpivarski opened this issue Jan 14, 2020 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@jpivarski
Copy link
Member

Another basic operation, again following NumPy's naming convention.

There was an implementation of this in old Awkward, but only for axis=0 and axis=1 because all other cases were too hard. It has been used as a motivating case for writing Awkward 1.0 because these should be easier now.

Like where (issue #75), concatenate can start by always returning a UnionArray, because that will always work. Then, maybe, special cases can be added.

@jpivarski jpivarski added the feature New feature or request label Jan 14, 2020
@jpivarski jpivarski assigned jpivarski and unassigned ianna Jan 25, 2020
@jpivarski
Copy link
Member Author

A basic ak.concatenate has been implemented in #92, though it will be improved when #90 exists. It also doesn't have an axis, but that's coming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants