summaryrefslogtreecommitdiff
path: root/numpy/f2py/symbolic.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-2/+2
* BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-111-1/+1
* DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-011-1/+1
* Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-031-23/+118
* Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-031-152/+297
* Fix bugs and warnings from LGTM reportPearu Peterson2021-09-011-1/+7
* Workaround numpy.tests.test_warnings bug of treating local warn function as w...Pearu Peterson2021-09-011-7/+7
* Fix a mistakePearu Peterson2021-09-011-1/+1
* Handle more Expr warnings.Pearu Peterson2021-09-011-10/+14
* Add stacklevel to warn call.Pearu Peterson2021-09-011-1/+3
* ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-011-0/+1258