summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_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.
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-2/+3
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-214/+245
| | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-031-1/+37
|
* Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-031-18/+49
|
* ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-011-0/+395