-
Notifications
You must be signed in to change notification settings - Fork 89
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
C++ refactoring: ak.concatenate #1161
Conversation
Codecov Report
|
for more information, see https://pre-commit.ci
…rd-1.0 into ioanaif/flatten
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see how much went into this—thank you! However, I wasn't clear enough about the new broadcast_and_apply
and recursively_apply
interfaces, which are in _broadcasting.py
and the Content class, respectively. What you've done below takes us to 90% of the implementation, but some arguments need to change to use the new interfaces. After that, the broadcast_and_apply
and transform
/transform_layouts
functions you ported in _v2/_util.py
won't be needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for fixing that (and finding a few untested parts of _broadcasting.py). The commit I just made was to remove some commented-out code, that's all. It's set to auto-merge when the tests pass again.
Thank you! Great! Happy to have this merged! |
Woohoo! Thanks for this 😄 |
No description provided.