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

feat: move fast_substitute to Symbolics, implement SII.symbolic_evaluate #1089

Merged

Conversation

AayushSabharwal
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 54.54545% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 76.10%. Comparing base (79c4e92) to head (33ce32b).
Report is 131 commits behind head on master.

Files Patch % Lines
src/variable.jl 54.54% 25 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1089      +/-   ##
==========================================
- Coverage   77.07%   76.10%   -0.97%     
==========================================
  Files          32       35       +3     
  Lines        3533     3679     +146     
==========================================
+ Hits         2723     2800      +77     
- Misses        810      879      +69     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AayushSabharwal AayushSabharwal marked this pull request as draft March 12, 2024 07:09
@AayushSabharwal
Copy link
Contributor Author

This doesn't work for array expressions quite yet, and it would be nice if it did

@AayushSabharwal AayushSabharwal marked this pull request as ready for review March 25, 2024 07:56
fixpoint_sub(ex, d; kwargs...)
end

function fixpoint_sub(x, dict; operator = Nothing)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 33ce32b

end

const Eq = Union{Equation, Inequality}
function fast_substitute(eq::Eq, subs; operator = Nothing)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

document?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 33ce32b

@ChrisRackauckas ChrisRackauckas merged commit fe330f0 into JuliaSymbolics:master Mar 25, 2024
8 of 11 checks passed
@AayushSabharwal AayushSabharwal deleted the as/sii-symbolic-eval branch March 25, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants