Releases: jk-jeon/dragonbox
Releases · jk-jeon/dragonbox
1.1.3
- Fix a bug reported in #27.
- Before the patch,
jkj::dragonbox::to_decimal
could return a struct with an uninitialized member if jkj::dragonbox::policy::binary_to_deciaml_rounding::do_not_care
policy is set.
jkj::dragonbox::policy::binary_to_deciaml_rounding::do_not_care
is not the default policy so code using the default policy for binary-to-decimal rounding is not affected.
- Improve documentation/comments.
- Improve CI.
1.1.2
Hotfix of a bug reported in #26.
The previous version only compiles when jkj::dragonbox::policy::decimal_to_binary_rounding
is set to one of round-to-nearest's.
Now other rounding modes work as well.
1.1.0
- Adapted the integer check trick of Schubfach.
- Rewrote the paper based on the new theoretical insights coming from the theory of continued fractions.
- Implemented a faster jeaiii-style digit generation.
1.0.1
- Some minor bug fixes; should not affect most of the users (71e6536, b6cc3f2, 14c02bd)
- Some small optimizations
- Comment improvements
- Adapt clang-format
1.0.0
First stable release version.