Skip to content

Releases: queryverse/TextParse.jl

v0.3.4

04 Dec 21:54

Choose a tag to compare

fix bug in string parsing if condition. Fixes #34

v0.3.3: carry around all previously known column types in a dictionary.

28 Oct 07:15

Choose a tag to compare

Useful when some files lack some columns but the next ones have those

v0.3.2

27 Oct 10:01

Choose a tag to compare

fix garbage when promoting from nothing to nullable

v0.3.1

26 Sep 02:19

Choose a tag to compare

TextParse v0.3.1 [13433b0981]

v0.2.0

12 Sep 16:01

Choose a tag to compare

set MAX_POOL_FRACTION back to 0.05

v0.1.10

31 Aug 16:39

Choose a tag to compare

Merge pull request #28 from JuliaComputing/s/newlinefields

Detect newlines in all but the last string fields

v0.1.9

31 Aug 06:22

Choose a tag to compare

store error location string instead of the whole string in CSVParseEr…

v0.1.8

25 Aug 17:22

Choose a tag to compare

fix #22 - generic csvread on IO which doesn't mmap

niceties

24 Aug 12:53

Choose a tag to compare

v0.1.7

stripwhitespaces in Quoted.

bug fix

27 May 09:44

Choose a tag to compare

v0.1.6

use _pointer in place of pointer