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

feat: expose typetracer in public backend API #2066

Merged
merged 3 commits into from
Jan 5, 2023

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Jan 5, 2023

This PR exposes typetracer in ak.backend and ak.to_backend. It does not yet expose any callable typetracer APIs.

@agoose77 agoose77 temporarily deployed to docs-preview January 5, 2023 08:05 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Merging #2066 (446fdc2) into main (368fbab) will decrease coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
Impacted Files Coverage Δ
src/awkward/_nplikes.py 64.24% <ø> (ø)
src/awkward/operations/ak_backend.py 100.00% <ø> (ø)
src/awkward/operations/ak_to_backend.py 100.00% <ø> (ø)

@agoose77 agoose77 temporarily deployed to docs-preview January 5, 2023 08:22 — with GitHub Actions Inactive
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.

Looks good! We had to pick something for the string represesntation of a type-tracer (which I've been spelling many different ways: with and without capitalization, with and without the hyphen, sometimes specifically as the TypeTracerArray class, sometimes not). The name you picked, "typetracer" is good—we'll go with that!

@jpivarski jpivarski merged commit 8d7a2c3 into main Jan 5, 2023
@jpivarski jpivarski deleted the agoose77/feat-expose-typetracer-backend branch January 5, 2023 18:08
@agoose77
Copy link
Collaborator Author

Closes #2061

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.

None yet

2 participants