-
Notifications
You must be signed in to change notification settings - Fork 43
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
base: master
Are you sure you want to change the base?
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.
This PR adds a few things:
@syms
fromSymPy
to enhance@vars
(allowing for arrays of variables and symbolic functions to be more easily created)SymEngine.jl
mathfuns.jl
@vars
usageSorry, I see the PR #265 is also included here. If that is not desired, I can rework.)