Releases: fastfloat/fast_float
Releases · fastfloat/fast_float
Version 6.1.6
What's Changed
- doctest: if SYSTEM_DOCTEST add a
find_package(doctest REQUIRED)
by @pranav-sivaraman in #270
New Contributors
- @pranav-sivaraman made their first contribution in #270
Full Changelog: v6.1.5...v6.1.6
Version 6.1.5
What's Changed
- documentation for issue 261 by @lemire in #263
- remove out-of-line defns of constexpr static data members under c++17 by @yfeldblum in #268
- Support aarch64-w64-mingw32 target by @eukarpov in #269
New Contributors
- @cclauss made their first contribution in #265
- @dependabot made their first contribution in #266
- @yfeldblum made their first contribution in #268
- @eukarpov made their first contribution in #269
Full Changelog: v6.1.4...v6.1.5
Version 6.1.4
What's Changed
- Record parse failure reason and location by @LeszekSwirski in #252
- issue 258 by @lemire in #259
- Include intrin.h for __umulh by @LeszekSwirski in #260
Full Changelog: v6.1.3...v6.1.4
Version 6.1.3
What's Changed
- Allow JSON empty exponent as trailing junk by @LeszekSwirski in #256
Full Changelog: v6.1.2...v6.1.3
Version 6.1.2
What's Changed
- removing unused function by @lemire in #245
- Change smallest_power_of_ten to -64 for floats. by @deadalnix in #167
- from_chars_advanced overload function taking parsed_number_string_t by @zejal in #249
- Disallow empty exponent in JSON parsing by @LeszekSwirski in #251
New Contributors
- @zejal made their first contribution in #249
- @LeszekSwirski made their first contribution in #251
Full Changelog: v6.1.1...v6.1.2
Version 6.1.1
What's Changed
- Add a missing check that __uint128_t exists before using it. by @matthew-wozniczka in #243
New Contributors
- @matthew-wozniczka made their first contribution in #243
Full Changelog: v6.1.0...v6.1.1
Version 6.1.0
What's Changed
- Support for float32_t and float64_t (C++23) by @MTahaK in #229
- Update float_common.h by @beached in #234
- Make tests depending on supplemental_test_files optional by @StefanBruens in #233
- Verify and fix issue 235 by @lemire in #236
New Contributors
- @beached made their first contribution in #234
- @StefanBruens made their first contribution in #233
- @MTahaK made their first contribution in #229
Full Changelog: v6.0.0...v6.1.0
Version 6.0.0
What's Changed
This version brings a major change : we can now parse integers, as well as floating-point numbers.
- float_common.h:237:52 Value stored to 'input_num' is never read by @Coeur in #224
- fix for 32-bit Visual Studio when not set to round to nearest by @lemire in #225
- Fix for ARM SIMD by @mayawarrier in #230
- from_chars integer parser by @mayawarrier in #231
Full Changelog: v5.3.0...v6.0.0
Version 5.3.0
What's Changed
- Fix for broken MSVC v140 without removing enable_if by @mayawarrier in #213
- float_common.h: fix possible misuse of comma operator by @Coeur in #214
- Add support for parsing numbers according to JSON format by @mayawarrier in #220
- Allow fast_float to parse strings accepted by the Fortran internal read function. by @allenbarnett5 in #219
New Contributors
- @Coeur made their first contribution in #214
- @DavidKorczynski made their first contribution in #217
- @allenbarnett5 made their first contribution in #219
Full Changelog: v5.2.0...v5.3.0