-
Notifications
You must be signed in to change notification settings - Fork 12
Jax implementation #79
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request introduces a new sub-package No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
===========================================
- Coverage 92.95% 49.00% -43.95%
===========================================
Files 5 9 +4
Lines 582 1108 +526
===========================================
+ Hits 541 543 +2
- Misses 41 565 +524
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@andrinr have you had any time to work on this branch? |
This pull request enables importing the library using
import powerbox.jax ...
Summary by Sourcery
Introduce JAX support for core functionalities.
New Features:
powerbox.jax
sub-package containing JAX implementations ofPowerBox
,LogNormalPowerBox
,get_power
,angular_average
, and related tools.import powerbox.jax ...
Enhancements:
JAXFFT
backend for FFT operations usingjax.fft
.