-
Notifications
You must be signed in to change notification settings - Fork 43
At vars #266
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
At vars #266
Conversation
|
don't know why |
|
Was there something holding this back? |
| # !!! Note: | ||
| # Many thanks to `@matthieubulte` for this contribution to `SymPy`. | ||
|
|
||
| # The map_subscripts function is stolen from Symbolics.jl |
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.
What are the licenses for these codes?
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.
Good question, MIT (https://github.com/JuliaPy/SymPy.jl/blob/master/LICENSE.md)
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.
|
ping. Any comment on merging this? |
|
Looks good . Feel free to merge when CI pass |
|
I can't tell why the lcm test is failing here. The substantial change here is the extension to the at vars macro. Let me work that into a separate PR to see if that cleanly passes CI. |
|
I should close this in lieu of #278 |
|
Closed with #278 |
This PR adds a few things:
@symsfromSymPyto enhance@vars(allowing for arrays of variables and symbolic functions to be more easily created)SymEngine.jlmathfuns.jl@varsusageSorry, I see the PR #265 is also included here. If that is not desired, I can rework.)