Skip to content

Releases: goualard-f/MicroFloatingPoints.jl

v2.0.0

18 Sep 06:39
3d06eec
Compare
Choose a tag to compare
Merge pull request #15 from goualard-f/joss2024

Merging joss2024 branch into main

JOSS 2024 accepted version

18 Sep 06:01
b4e08e9
Compare
Choose a tag to compare
Pre-release

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

18 Sep 05:51
Compare
Choose a tag to compare
v1.5.3

Corrected broken link in README.md

v. 1.5.2

16 Jul 13:33
Compare
Choose a tag to compare

Cosmetic change.

v. 1.5.1

16 Jul 09:48
Compare
Choose a tag to compare

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

01 Jul 07:42
Compare
Choose a tag to compare

Added some functions to help use FFTs. Set TOML files up-to-date with new Julia requirements.

v1.4.0

17 Feb 11:17
Compare
Choose a tag to compare
Added test for precision()

Consolidating various improvements.

15 Feb 19:53
Compare
Choose a tag to compare
v1.3.3

Corrected version number

V. 1.3.2

11 Oct 07:39
Compare
Choose a tag to compare
v1.3.2

Corrected error in ldexp() doc

v. 1.3.0

25 Jun 07:37
Compare
Choose a tag to compare

Added reinterpret facilities to allow a better blending of Floatmu with usual Float types.
Added fractional_even.