Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG, DOC: Fixes SciPy docs build warnings | melissawm | 2022-01-11 | 1 | -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) | MalikIdreesHasanKhan | 2021-10-01 | 1 | -1/+1 |
| | | | * Fix typos | ||||
* | Fix a bug in dependencies. Implement support for relational operations. | Pearu Peterson | 2021-09-03 | 1 | -23/+118 |
| | |||||
* | Add ternary, ref, and deref expressions support. | Pearu Peterson | 2021-09-03 | 1 | -152/+297 |
| | |||||
* | Fix bugs and warnings from LGTM report | Pearu Peterson | 2021-09-01 | 1 | -1/+7 |
| | |||||
* | Workaround numpy.tests.test_warnings bug of treating local warn function as ↵ | Pearu Peterson | 2021-09-01 | 1 | -7/+7 |
| | | | | warnings.warn | ||||
* | Fix a mistake | Pearu Peterson | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | Handle more Expr warnings. | Pearu Peterson | 2021-09-01 | 1 | -10/+14 |
| | |||||
* | Add stacklevel to warn call. | Pearu Peterson | 2021-09-01 | 1 | -1/+3 |
| | |||||
* | ENH: [f2py] Symbolic solver for dimension specifications. | Pearu Peterson | 2021-09-01 | 1 | -0/+1258 |