Releases: JuliaMath/FixedPointDecimals.jl
Releases · JuliaMath/FixedPointDecimals.jl
v0.5.3
v0.5.2
FixedPointDecimals v0.5.2
Merged pull requests:
v0.5.1
FixedPointDecimals v0.5.1
v0.5.0
FixedPointDecimals v0.5.0
Merged pull requests:
- Fix promotion between FixedDecimal and Rational (#74) (@nickrobinson251)
- Bump version (#76) (@nickrobinson251)
- Implement
round
methods for allRoundingMode
s (#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:
v0.4.0
What's Changed
- Make FD÷FD return an FD. by @NHDaly in #40
- Optimize zero(FD{T,f}): implement via reinterpret not convert. by @NHDaly in #46
- Adds tests for Type Stability of FD functions. by @NHDaly in #48
- Add support for three-arg
div
to FixedDecimals in Julia 1.4+ by @NHDaly in #51 - Install TagBot as a GitHub Action by @JuliaTagBot in #54
- Explicitly extend Base functions (Base.foo(...) = ...) instead of imports. by @NHDaly in #52
- Add version to Project.toml, and bump to 0.3.1. by @Sacha0 in #60
- Change an array to a tuple to improve parsing performance by 10x by @iamed2 in #62
- MassInstallAction: Install the CI workflow on this repository by @timholy in #61
- Delete REQUIRE by @omus in #63
- Update CI badges by @omus in #64
- removed @pure's by @caseykneale in #69
New Contributors
- @JuliaTagBot made their first contribution in #54
- @Sacha0 made their first contribution in #60
- @iamed2 made their first contribution in #62
- @timholy made their first contribution in #61
- @caseykneale made their first contribution in #69
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Improve constructor performance
- Improve constructor performance (#30)
v0.2.3: Merge pull request #27 from nicoleepp/ne/fix-1.0
Fix tests on julia 1.0