1 Commits

Author SHA256 Message Date
b3e9000c8e fast_float 8.2.2 2026-02-03 15:59:32 +01:00
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bfabb5979716995090ce68dce83f88f99629bc17ae280eae79311c5340143e1
size 125830

BIN
fast_float-8.2.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 3 14:56:22 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 8.2.2
* Added template overloads for integer_times_pow10()
* Added corner cases around max value/infinity
* Faster uint8_t parsing
-------------------------------------------------------------------
Tue Oct 7 16:11:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fast_float
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: fast_float
Version: 8.1.0
Version: 8.2.2
Release: 0
Summary: Re-implementation of std::from_chars for parsing strings into numbers
License: Apache-2.0 OR BSL-1.0 OR MIT