Releases: JuliaData/Parsers.jl
Releases · JuliaData/Parsers.jl
v2.0.6
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
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
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.1
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
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
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
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)