Skip to content

Releases: JuliaData/Parsers.jl

v2.0.6

14 Oct 05:44
6b560d4
Compare
Choose a tag to compare

Parsers v2.0.6

Diff since v2.0.5

Closed issues:

  • Parsing subnormal float with too many sig figs returns zero, even if it is larger than smallest subnormal (#83)

Merged pull requests:

  • Increase accuracy of parsing subnormal floats (#92) (@quinnj)

v2.0.5

01 Oct 05:51
f1c4530
Compare
Choose a tag to compare

Parsers v2.0.5

Diff since v2.0.4

Closed issues:

  • Is it slower to parse smaller Int types? (#88)

Merged pull requests:

  • Call unsafe_trunc for slightly cleaner conversion code for UInt8 -> Int8 (#90) (@quinnj)
  • Ensure high-precision floats don't default to Float64 for scaling (#91) (@quinnj)

v2.0.4

22 Sep 21:08
c91ada9
Compare
Choose a tag to compare

Parsers v2.0.4

Diff since v2.0.3

Closed issues:

  • crash when parsing subnormal floats with compiled package (#87)

Merged pull requests:

  • Ensure all BigInts are initialized at init-time (#89) (@quinnj)

v2.0.3

20 Aug 06:14
52723d1
Compare
Choose a tag to compare

Parsers v2.0.3

Diff since v2.0.2

v2.0.2

03 Aug 04:28
9e643cd
Compare
Choose a tag to compare

Parsers v2.0.2

Diff since v2.0.1

Merged pull requests:

  • Fix case where fallback Base.parse throws error (#86) (@quinnj)

v1.1.2

03 Aug 04:28
Compare
Choose a tag to compare

Parsers v1.1.2

Diff since v1.1.1

Merged pull requests:

  • Fix case where fallback Base.parse throws error (#86) (@quinnj)

v2.0.1

30 Jul 06:53
9db97fc
Compare
Choose a tag to compare

Parsers v2.0.1

Diff since v2.0.0

Merged pull requests:

  • Fix case when float parsing, we failed to check eof before peeking (#85) (@quinnj)

v2.0.0

30 Jul 01:42
b463464
Compare
Choose a tag to compare

Parsers v2.0.0

Diff since v1.1.0

Merged pull requests:

  • Start rewriting dates parsing to avoid over-specialization (#82) (@quinnj)
  • [INTERNALLY BREAKING] Remove parameterization from Parsers.Options (take 2) (#84) (@quinnj)

v1.1.1

30 Jul 07:04
Compare
Choose a tag to compare

Parsers v1.1.1

Diff since v1.1.0

Merged pull requests:

  • Start rewriting dates parsing to avoid over-specialization (#82) (@quinnj)
  • [INTERNALLY BREAKING] Remove parameterization from Parsers.Options (take 2) (#84) (@quinnj)
  • Fix case when float parsing, we failed to check eof before peeking (#85) (@quinnj)

v1.1.0

19 Mar 14:29
228fcea
Compare
Choose a tag to compare

Parsers v1.1.0

Diff since v1.0.16

Closed issues:

  • Parsing to a String returns the code as result (#35)

Merged pull requests:

  • Provide getstring utility function for getting parsed string (#80) (@quinnj)