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

Scalar operators to support #74

Closed
gdalle opened this issue May 19, 2024 · 6 comments
Closed

Scalar operators to support #74

gdalle opened this issue May 19, 2024 · 6 comments
Labels
good first issue Good for newcomers new overloads A new method on tracers is required by a user.

Comments

@gdalle
Copy link
Collaborator

gdalle commented May 19, 2024

I think we should look at the list on https://docs.julialang.org/en/v1.12-dev/base/math/

@adrhill adrhill changed the title Support more operators Support all mathematical operators in Base May 22, 2024
@adrhill
Copy link
Owner

adrhill commented Jun 28, 2024

DiffRules' definitions could be helpful here:
https://github.com/JuliaDiff/DiffRules.jl/blob/master/src/rules.jl

@gdalle gdalle changed the title Support all mathematical operators in Base Scalar operators to support Jul 29, 2024
@gdalle
Copy link
Collaborator Author

gdalle commented Jul 29, 2024

According to @ChrisRackauckas, to transition the SciML ecosystem from Symbolics to SparseConnectivityTracer, we would need to support the equivalent of:

@adrhill adrhill added enhancement New feature or request good first issue Good for newcomers labels Jul 30, 2024
@adrhill
Copy link
Owner

adrhill commented Aug 15, 2024

DiffRules has a nice list of things we need to support: https://github.com/JuliaDiff/DiffRules.jl/blob/8842177391b07dcd8234ac7612b9ca8ca72d28e0/src/rules.jl

I guess this means adding package extensions for NaNMath, LogExpFunctions and more SpecialFunctions?
Not sure what DataInterpolations requires, but some of the recently opened issues on round were related to it.

@adrhill
Copy link
Owner

adrhill commented Sep 2, 2024

With #178, #184 and #187, we are very close to supporting SciML.
Some methods might be missing, but adding them to the existing extensions should be trivial.

@adrhill
Copy link
Owner

adrhill commented Sep 2, 2024

SparseConnectivityTracer v0.6.3 is now released! I'll close this in favor of more specific issues.

@adrhill adrhill closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers new overloads A new method on tracers is required by a user.
Projects
None yet
Development

No branches or pull requests

2 participants