Skip to content

Releases: fastfloat/fast_float

Version 3.8.0

23 Nov 15:56
Compare
Choose a tag to compare

This release improves performance in common cases.

What's Changed

  • Conditional Clinger's fast path in #153

Full Changelog: v3.7.0...v3.8.0

Version 3.7.0

15 Nov 17:09
Compare
Choose a tag to compare

What's Changed

  • Trimming out one eight-digit optimization. by @lemire in #152

Full Changelog: v3.6.0...v3.7.0

Version 3.6.0

03 Nov 23:56
6624977
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.6.0

Version 3.5.1

04 Aug 19:07
6876616
Compare
Choose a tag to compare

Fixing typo with respect to emscripten.

Full Changelog: v3.5.0...v3.5.1

Version 3.5.0

04 Aug 18:02
ac81b01
Compare
Choose a tag to compare

What's Changed

  • Better support for emscripten by @lemire
  • Make endianness detection more portable by @jwakely in #123
  • Fix deduction failure for std::min call by @jwakely in #122
  • Fixed installation on other than Ubuntu GNU/Linux distributions by @xvitaly in #127
  • Export CMake targets as architecture independent by @xvitaly in #129
  • python: set file encoding by @fargies in #126

New Contributors

Full Changelog: v3.4.0...v3.4.1

Version 3.4.0

30 Nov 20:55
Compare
Choose a tag to compare

Patch release.

Fix #117

Version 3.2.0

20 Sep 13:57
Compare
Choose a tag to compare

Removing broken and unsupported C++20 code.

Version 3.1.0

15 Sep 01:38
Compare
Choose a tag to compare

Patch release for version 3.0.

Fixes #106

Fixes #105

Special thanks to @mumbleskates for reporting these issues !

Version 3.0.0

14 Sep 02:05
Compare
Choose a tag to compare

This adds a much faster parser for long input strings (e.g., 132.312312321321321321321312321321e131) credit: @Alexhuszagh

Version 2.0.0

03 Aug 13:29
fe1ce58
Compare
Choose a tag to compare

A new function was added which allows you to specify that the decimal separator is the comma. The from_chars function is unchanged.

credit @pitrou