You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This version, 0.5.0, brings huge changes, some of which are breaking.
All of the supported arithmetic operations have been rewritten in order to comply with the decimal floating-point standard. Correctness of the new implementation is supported by a large test suite ("dectests").
The user facing changes are the following:
conversions between Decimal and numbers from Base has changed
parsing Decimals from strings has changed (and is now more complete)
the arguments of normalize and round functions are different
users can set so-called context to change the precision (which used to be constant), rounding mode, and minimum/maximum exponent
8df1a58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
This version,
0.5.0
, brings huge changes, some of which are breaking.All of the supported arithmetic operations have been rewritten in order to comply with the decimal floating-point standard. Correctness of the new implementation is supported by a large test suite ("dectests").
The user facing changes are the following:
Decimal
and numbers from Base has changedDecimal
s from strings has changed (and is now more complete)normalize
andround
functions are differentThe current state is described in the new documentation webpage available at http://juliamath.github.io/Decimals.jl/.
8df1a58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/119382
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: