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

extend RecursiveArrayTools.issymbollike for Num #997

Merged

Conversation

oscardssmith
Copy link
Contributor

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.

@@ -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"
Copy link
Member

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

Copy link
Contributor Author

@oscardssmith oscardssmith Oct 10, 2023

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.

Copy link
Member

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 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2023

Codecov Report

Merging #997 (6f75be0) into master (e2f5726) will increase coverage by 0.27%.
The diff coverage is 0.00%.

❗ 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     
Files Coverage Δ
src/num.jl 70.64% <0.00%> (+0.27%) ⬆️

... and 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@oscardssmith
Copy link
Contributor Author

bump?

@ChrisRackauckas ChrisRackauckas merged commit 84c23db into JuliaSymbolics:master Oct 14, 2023
12 of 17 checks passed
@oscardssmith oscardssmith deleted the extend-issymbollike branch October 14, 2023 15:30
oscardssmith added a commit to oscardssmith/General that referenced this pull request Oct 16, 2023
ChrisRackauckas pushed a commit to JuliaRegistries/General that referenced this pull request Oct 16, 2023
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