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

Add SciPy elementwise functions poster #1006

Merged
merged 3 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
21 changes: 21 additions & 0 deletions presentations/posters/scipy_elementwise/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"authors": [
{
"name": "Matt Haberland",
"affiliation": "Cal Poly, San Luis Obispo",
"orcid": "0000-0003-4806-3601"
},
{
"name": "Albert Steppi",
"affiliation": "Quansight Labs",
"orcid": "0000-0001-5871-6245"
},
{
"name": "Pamphile T. Roy",
"affiliation": "Consulting Manao GmbH",
"orcid": "0000-0001-9816-1416"
}
],
"title": "Vectorized Quadrature, Series Summation, Differentiation, Optimization, and Rootfinding in SciPy",
"description": "Until recently, SciPy’s best options for scalar quadrature, minimization, and root finding called compiled code, which could not take advantage of a vectorized Python integrand, objective function, or residual function; SciPy offered no functions for accurate numerical differentiation or series summation. These gaps are being filled with a family of pure-Python, array API compatible functions for dramatically faster vectorized calculation of scalar integrals, infinite sums, derivatives, minimizers, and roots."
}