summaryrefslogtreecommitdiff
path: root/numpy/f2py/symbolic.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-111-1/+1
| | | | | | | The new f2py symbolic parser writes ternary expressions with spaces surrounding the colon operator, which causes the generated docstrings to be incorrectly parsed. Removing the spaces solves the issue.
* DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-011-1/+1
| | | * Fix typos
* 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 ↵Pearu Peterson2021-09-011-7/+7
| | | | warnings.warn
* 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