Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 22:41
e769be4

FixedPointDecimals v0.5.0

Diff since v0.4.0

Merged pull requests:

  • Fix promotion between FixedDecimal and Rational (#74) (@nickrobinson251)
  • Bump version (#76) (@nickrobinson251)
  • Implement round methods for all RoundingModes (#78) (@bachdavi)
  • Use a Parsers.jl-based parser implementation (#80) (@Drvi)
  • Eliminate BigInt allocs for 128-bit FixedDecimal conversions. (#84) (@NHDaly)
  • Add checked math to FixedDecimals; default to overflow behavior (#85) (@NHDaly)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#86) (@DilumAluthge)

Closed issues:

  • Handling Overflow (#12)
  • Error when promoting a Rational and a FixedDecimal (#73)
  • convert(::FD{T,N}, ::Int128) and convert(::FD{T,N}, ::UInt128) allocate BigInts (#83)