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: several improved ufuncs #374

Merged
merged 5 commits into from
Dec 23, 2024
Merged

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 23, 2024

  • cleaner special._funcs code
  • precise ufunc annotations for
    • eval_jacobi
    • eval_sh_jacobi
    • hyp2f1
    • sph_harm
  • mark sph_harm as @deprecated (since 1.15.0)

towards #27 (+4)
closes #369

@jorenham jorenham added scipy.special stubs: improvement Improve or refactor existing annotations topic: deprecation Dealing with deprecated features labels Dec 23, 2024
@jorenham jorenham added this to the 1.15.0.0 milestone Dec 23, 2024
@jorenham jorenham changed the title special: some ufuncs improvements special: several improved ufuncs Dec 23, 2024
@jorenham jorenham force-pushed the special/ufuncs-code-cleanup branch from 2f33529 to 1ba2482 Compare December 23, 2024 03:17
@jorenham jorenham force-pushed the special/ufuncs-code-cleanup branch from 1ba2482 to c2ffd58 Compare December 23, 2024 03:20
@jorenham jorenham merged commit 69df5c3 into master Dec 23, 2024
27 checks passed
@jorenham jorenham deleted the special/ufuncs-code-cleanup branch December 23, 2024 03:24
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 topic: deprecation Dealing with deprecated features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🗑️ deprecate special.sph_harm in favor of special.sph_harm_y in 1.15.0
1 participant