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: improved dtype handling in the "basic" functions #419

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Jan 15, 2025

This affects the following public scipy.special members:

  • sinc
  • diric
  • softplus
  • comb
  • perm
  • factorial
  • factorial{2,k}
  • polygamma
  • zeta
  • {i,j,k,y}vp
  • h{1,2}vp
  • assoc_laguerre
  • lqn
  • lqmn
  • lpn
  • [c]lpmn

closes #405

@jorenham jorenham added scipy.special stubs: improvement Improve or refactor existing annotations labels Jan 15, 2025
@jorenham jorenham added this to the 1.15.1.1 milestone Jan 15, 2025
@jorenham jorenham changed the title special: improved "basic" function dtype and shape overloading special: improved dtype handling in the "basic" functions Jan 15, 2025
@jorenham jorenham merged commit a85b69d into master Jan 15, 2025
24 checks passed
@jorenham jorenham deleted the special._basic-improvements branch January 15, 2025 01:09
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._basic.*_zeroes: overload on real vs. complex output
1 participant