Skip to content

Releases: JuliaData/Parsers.jl

v2.3.0

21 Apr 16:06
462fb55
Compare
Choose a tag to compare

Parsers v2.3.0

Diff since v2.2.4

Closed issues:

  • option to ignore whitespace stripping within quotes (#109)

Merged pull requests:

v2.2.4

30 Mar 22:40
b736749
Compare
Choose a tag to compare

Parsers v2.2.4

Diff since v2.2.3

Merged pull requests:

v2.2.3

06 Mar 04:42
8f9a92e
Compare
Choose a tag to compare

Parsers v2.2.3

Diff since v2.2.2

v2.2.2

11 Feb 00:19
e75d67e
Compare
Choose a tag to compare

Parsers v2.2.2

Diff since v2.2.1

Merged pull requests:

  • add precompile runs for xparse and xparse2 (#108) (@rafaqz)

v2.2.1

27 Jan 18:29
8bd7f84
Compare
Choose a tag to compare

Parsers v2.2.1

Diff since v2.2.0

Closed issues:

  • stripwhitespace can leave trailing whitespace in quoted string (#106)

Merged pull requests:

  • Fix corner cases with stripewhitescpace and quoted/delimited strings (#107) (@quinnj)

v2.2.0

14 Jan 08:12
Compare
Choose a tag to compare

Parsers v2.2.0

Diff since v2.1.3

Merged pull requests:

v2.1.3

17 Dec 00:40
44dd7bb
Compare
Choose a tag to compare

Parsers v2.1.3

Diff since v2.1.2

Merged pull requests:

  • Fix case where we have a dangling non-digit after integer in float parse (#103) (@quinnj)

v2.1.2

02 Nov 06:26
c085144
Compare
Choose a tag to compare

Parsers v2.1.2

Diff since v2.1.1

Merged pull requests:

  • Fix bug when parsing consecutive, same-thread, non-negative, non-fast-path BigFloats (#101) (@quinnj)

v2.1.1

27 Oct 19:11
cb206af
Compare
Choose a tag to compare

Parsers v2.1.1

Diff since v2.1.0

Merged pull requests:

  • lazily allocate the threaded buffers and allocate them on the thread that will access it (#99) (@KristofferC)

v2.1.0

21 Oct 16:17
977ac4d
Compare
Choose a tag to compare

Parsers v2.1.0

Diff since v2.0.6

Closed issues:

  • Behaviour of xparse when encountering invalid delimiters (#93)

Merged pull requests: