summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_docs.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,DOC: Fix doc fragments and testsRohit Goswami2022-06-051-1/+1
|
* ENH: Support character string arraysPearu Peterson2022-06-051-0/+55
TST: added test for issue #18684 ENH: f2py opens files with correct encoding, fixes #635 TST: added test for issue #6308 TST: added test for issue #4519 TST: added test for issue #3425 ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook. ENH: Add support for detecting utf-16 and utf-32 encodings.