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,448 contributions in the last year
Contribution activity
October 2020
Created a pull request in sympy/sympy that received 15 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 …
- Fixed `FiniteSet.evalf(...)` with a subs argument
- maint(docs): use xelatex for latex docs build (1.7 branch)
- Reuse pole detection/reintegration logic from heurisch_wrapper in meijerint
- [don't merge] handle a potential zero denominator in a substitution in _meijerint_indefinite_1
- Added required sections in sympy.combinatorics
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…