Skip to content

Releases: jk-jeon/dragonbox

1.1.3

18 Jun 19:59
Compare
Choose a tag to compare
  • 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

24 Feb 21:17
Compare
Choose a tag to compare

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.1

22 Feb 23:24
Compare
Choose a tag to compare

1.1.0

09 Feb 02:59
71684f0
Compare
Choose a tag to compare
  • 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

05 Sep 13:07
Compare
Choose a tag to compare
  • 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

22 May 12:45
ad9b98a
Compare
Choose a tag to compare

First stable release version.