Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,447 contributions in the last year
Contribution activity
October 2020
Created a pull request in sympy/sympy that received 13 comments
Restore sympy.printing.{ccode,fcode,cxxcode} for backwards compatibility
They were renamed in #19908, because the
submodule sharing the same name as the function was causing issues in
__init__.py. However, these modules …
Created an issue in sympy/sympy that received 11 comments
lambdify('scipy') should automatically include NumPy
lambdify(modules='scipy') should be a shorthand for what is currently lambdify(modules=['numpy', 'scipy']). The issue is that scipy contains severa…

