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