-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove dependency on SymPy.jl #21
Comments
SymPy is a fundamental core dependency of this package and this will not be changed |
First question: Which feature does SymPy.jl provide that SymPyPythonCall.jl doesn't provide? Second question: Which features are missing in Symbolics.jl for implementing the conversion of a symbolic s expression into a transfer function? |
I don't know, and since this package is working perfectly fine on my machine and on the CI runner, I cannot motivate spending time figuring it out.
I don't know, Symbolics is missing a lot of features, like documentation, stability and maturity. |
https://github.com/JuliaPy/PythonCall.jl is the future... |
The question is, would you accept a pull request that replaces PyCall with PythonCall? |
I have nothing against switching, I just cannot motivate spending time on it. If you submit a PR that makes the change (and that change alone), that'd be fine by me |
For me SymPy.jl fails to compile on 2 of 3 PCs. Second best option would be https://github.com/jverzani/SymPyPythonCall.jl/, best option not being dependent on Python.
The text was updated successfully, but these errors were encountered: