-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
✨ special
: ufunc improvements
#375
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jorenham
added
scipy.special
stubs: improvement
Improve or refactor existing annotations
labels
Dec 23, 2024
jorenham
force-pushed
the
special/better-ufuncs
branch
3 times, most recently
from
December 24, 2024 00:35
32919af
to
fefd698
Compare
jorenham
force-pushed
the
special/better-ufuncs
branch
from
December 24, 2024 00:40
fefd698
to
19a47fc
Compare
jorenham
force-pushed
the
special/better-ufuncs
branch
from
December 24, 2024 01:24
8d7c96b
to
1f016da
Compare
jorenham
force-pushed
the
special/better-ufuncs
branch
from
December 24, 2024 06:57
b814f2b
to
d5cbfd6
Compare
jorenham
force-pushed
the
special/better-ufuncs
branch
from
December 24, 2024 07:07
64575b2
to
5b068f9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This improves the signatures of the following public
scipy.special
ufuncs:fresnel
modfresnelm
modfresnelp
iti0k0
it2i0k0
itj0y0
it2j0y0
airy
airye
itairy
kelvin
sici
shichi
hankel1
hankel1e
hankel2
hankel2e
pbdv
pbvv
pbwa
ellipj
elliprd
elliprf
elliprg
elliprj
eval_gegenbauer
eval_genlaguerre
hyp1f1
mathieu_cem
mathieu_modcem1
mathieu_modcem2
mathieu_sem
mathieu_modsem1
mathieu_modsem2
obl_ang1
obl_ang1_cv
obl_rad1
obl_rad1_cv
obl_rad2
obl_rad2_cv
pro_ang1
pro_ang1_cv
pro_rad1
pro_rad1_cv
pro_rad2
pro_rad2_cv
closes #27