Releases: goualard-f/MicroFloatingPoints.jl
Releases · goualard-f/MicroFloatingPoints.jl
v2.0.0
JOSS 2024 accepted version
State of the library and paper as accepted for publication in Journal of Open Source Software.
Extensive contributions to the code by @mkitti. @matbesancon and @dannys4 suggested some improvements, too.
v. 1.5.3
v1.5.3 Corrected broken link in README.md
v. 1.5.2
Cosmetic change.
v. 1.5.1
The library now displays Floatmu
values with the shortest string that round-trips (Floatmu
-> string
-> Floatmu
) to the same value, as requested by the IEEE 754 standard.
v1.5.0
Added some functions to help use FFTs. Set TOML files up-to-date with new Julia requirements.
v1.4.0
Added test for precision()
Consolidating various improvements.
v1.3.3 Corrected version number
V. 1.3.2
v1.3.2 Corrected error in ldexp() doc
v. 1.3.0
Added reinterpret
facilities to allow a better blending of Floatmu
with usual Float types.
Added fractional_even
.