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

rdataframe to awkward #1474

Merged
merged 39 commits into from
Jun 16, 2022
Merged

rdataframe to awkward #1474

merged 39 commits into from
Jun 16, 2022

Conversation

ianna
Copy link
Collaborator

@ianna ianna commented May 17, 2022

move PR #1448 to a clean branch

@ianna ianna marked this pull request as draft May 17, 2022 14:03
@ianna ianna mentioned this pull request May 17, 2022
@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #1474 (6c270d5) into main (5a78305) will decrease coverage by 0.38%.
The diff coverage is 5.10%.

Impacted Files Coverage Δ
src/awkward/_v2/_connect/cling.py 26.33% <0.00%> (-0.32%) ⬇️
...awkward/_v2/_connect/rdataframe/from_rdataframe.py 0.00% <0.00%> (ø)
...c/awkward/_v2/_connect/rdataframe/to_rdataframe.py 0.00% <0.00%> (ø)
src/awkward/_v2/_util.py 81.83% <25.00%> (-0.35%) ⬇️
src/awkward/_v2/operations/ak_from_rdataframe.py 42.85% <42.85%> (ø)
src/awkward/_v2/operations/__init__.py 100.00% <100.00%> (ø)

@ianna ianna force-pushed the ianna/from_rdataframe branch from 8a2c852 to d12031e Compare May 25, 2022 11:55
@ianna ianna force-pushed the ianna/from_rdataframe branch from eb8faaa to aa34998 Compare June 15, 2022 09:45
@jpivarski jpivarski linked an issue Jun 15, 2022 that may be closed by this pull request
@ianna ianna marked this pull request as ready for review June 16, 2022 10:28
@ianna ianna requested a review from jpivarski June 16, 2022 10:28
@ianna
Copy link
Collaborator Author

ianna commented Jun 16, 2022

@jpivarski - I think, I've addressed all the issues. As discussed, the Awkward array types will be a separate PR. Please, have a look when you have time. Thanks!

Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! I just have a few changes requested inline, and also this one:

What was the name of the header-only library directory that @ManasviGoyal is filling? Is it src/awkward/_v2/header-only? Could we put ak_array_builders.h there?

src/awkward/_v2/header-only/rdataframe_jagged_builders.h

Also focusing the name of the file on what it does: it makes jaggedN arrays of numbers for RDataFrame.

@ianna
Copy link
Collaborator Author

ianna commented Jun 16, 2022

Very nice! I just have a few changes requested inline, and also this one:

What was the name of the header-only library directory that @ManasviGoyal is filling? Is it src/awkward/_v2/header-only? Could we put ak_array_builders.h there?

src/awkward/_v2/header-only/rdataframe_jagged_builders.h

Also focusing the name of the file on what it does: it makes jaggedN arrays of numbers for RDataFrame.

Thanks! All done.

The file is moved to:

src/awkward/cpp-headers/rdataframe_jagged_builders.h

@ianna ianna requested a review from jpivarski June 16, 2022 15:55
Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks great, thanks!

After merging this, I'll start a new release; this will be in it, and that should make it easier for users to try it out and get feedback to you.

@jpivarski jpivarski merged commit 647bf97 into main Jun 16, 2022
@jpivarski jpivarski deleted the ianna/from_rdataframe branch June 16, 2022 19:01
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.

Same AwkwardArrayDataSouce is (attempted to be) compiled twice
2 participants