-
Notifications
You must be signed in to change notification settings - Fork 153
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
extend RecursiveArrayTools.issymbollike
for Num
#997
extend RecursiveArrayTools.issymbollike
for Num
#997
Conversation
@@ -26,6 +26,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | |||
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" | |||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | |||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | |||
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And add a lower bound
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it doesn't need one. This overload is valid for old versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still needs one in order to get registered 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #997 +/- ##
==========================================
+ Coverage 77.87% 78.14% +0.27%
==========================================
Files 27 27
Lines 3371 3372 +1
==========================================
+ Hits 2625 2635 +10
+ Misses 746 737 -9
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
bump? |
84c23db
into
JuliaSymbolics:master
This is the last piece to get SciML/RecursiveArrayTools.jl#287 and JuliaSymbolics/Symbolics.jl#997 working.
…#93498) This is the last piece to get SciML/RecursiveArrayTools.jl#287 and JuliaSymbolics/Symbolics.jl#997 working.
This with SciML/RecursiveArrayTools.jl#287 fixes the generated function mess that used to be used to do this. This will require capping the RecursiveArrayTools version of older Symbolics releases, but I think that is the right approach here.