Releases: JuliaMath/Decimals.jl
Releases · JuliaMath/Decimals.jl
v0.4.1
v0.4.1 (2020-01-28)
Closed issues:
- <= not defined for Decimal (#46)
- float(x) fails (#38)
- Division of decimals gives incorrect result (#34)
- Unable to convert to float (#32)
- Package compatibility caps (#23)
- Specify precision (#5)
Merged pull requests:
- Fix Julia compat for patch release (#48) (omus)
- Add less than or equal to for Decimals (#47) (nicoleepp)
- Testing LTS and Stable and upcoming release (#43) (oxinabox)
- Added trunc as another function for rounding (#41) (hurak)
- Removed REQUIRE as it is deprecated now. (#40) (hurak)
- Corrected the inv function. (#37) (hurak)
- Add special case comparisons of Decimal with NaN/Inf (#31) (Keno)