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

special: ufunc improvements #375

Merged
merged 17 commits into from
Dec 24, 2024
Merged

special: ufunc improvements #375

merged 17 commits into from
Dec 24, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 23, 2024

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

@jorenham jorenham added scipy.special stubs: improvement Improve or refactor existing annotations labels Dec 23, 2024
@jorenham jorenham added this to the 1.15.0.0 milestone Dec 23, 2024
@jorenham jorenham force-pushed the special/better-ufuncs branch 3 times, most recently from 32919af to fefd698 Compare December 24, 2024 00:35
@jorenham jorenham force-pushed the special/better-ufuncs branch from fefd698 to 19a47fc Compare December 24, 2024 00:40
@jorenham jorenham force-pushed the special/better-ufuncs branch from 8d7c96b to 1f016da Compare December 24, 2024 01:24
@jorenham jorenham marked this pull request as ready for review December 24, 2024 05:48
@jorenham jorenham force-pushed the special/better-ufuncs branch from b814f2b to d5cbfd6 Compare December 24, 2024 06:57
@jorenham jorenham force-pushed the special/better-ufuncs branch from 64575b2 to 5b068f9 Compare December 24, 2024 07:07
@jorenham jorenham merged commit cd4cdc7 into master Dec 24, 2024
27 checks passed
@jorenham jorenham deleted the special/better-ufuncs branch December 24, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.special stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

special ufunc type signature
1 participant