You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Another basic operation, again following NumPy's naming convention.
There was an implementation of this in old Awkward, but only for
axis=0
andaxis=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 aUnionArray
, because that will always work. Then, maybe, special cases can be added.The text was updated successfully, but these errors were encountered: