summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/textreading/stream.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use C++ for tokenizer unicode-kind templatingSebastian Berg2022-02-111-0/+8
* MAINT,TST,BUG: Simplify streamer init, fix issues, and add testsSebastian Berg2022-01-141-2/+12
* ENH: Give warning for empty-lines not counting towards max-rowsSebastian Berg2022-01-141-0/+3
* MAINT: Fixup include guards and use NPY_NO_EXPORT (or static) throughoutSebastian Berg2022-01-141-3/+3
* BUG: Fix skiprows handling and simplify lineskipping logicSebastian Berg2022-01-141-3/+2
* ENH: Move npreadtext into NumPy for faster text readingSebastian Berg2022-01-141-0/+29