Skip to content

Releases: JuliaMath/Quadmath.jl

v1.0.1

19 Mar 02:13
4a9d6f3

Choose a tag to compare

Quadmath v1.0.1

Diff since v0.5.13

No breaking changes, but package deemed stable enough for v1.x

Bug fixes

  • rounding and conversion (#102)

Miscellaneous

  • code cleanup
  • modernized infrastructure

Merged pull requests:

Closed issues:

  • round(::Float128, ::RoundingMode{:Nearest}) not implemented (#93)
  • Bug: "prec not defined in Main" (#95)

v0.5.13

29 Apr 08:30
0faab57

Choose a tag to compare

Quadmath v0.5.13

Diff since v0.5.12

Merged pull requests:

v0.5.12

29 Apr 08:07
198cbfd

Choose a tag to compare

Quadmath v0.5.12

Diff since v0.5.11

Merged pull requests:

Closed issues:

  • Base.uinttype, Base.exponent_bias, and Base.significand_bits are undefined for Float128 (#81)

v0.5.11

10 Feb 11:25
a399e89

Choose a tag to compare

Quadmath v0.5.11

Diff since v0.5.10

Merged pull requests:

v0.5.10

05 Apr 14:53
a90d304

Choose a tag to compare

Quadmath v0.5.10

Diff since v0.5.9

Merged pull requests:

Closed issues:

  • Cannot compute incomplete gamma function for some arguments (#71)

v0.5.9

23 Jun 19:57
ac0bcff

Choose a tag to compare

Quadmath v0.5.9

Diff since v0.5.8

Closed issues:

  • Base.rem not extended to Float128 (#64)

Merged pull requests:

  • Create Invalidations.yml (#53) (@ranocha)
  • enable dependabot for GitHub actions (#63) (@ranocha)
  • Added wrapper for Base.rem (maps to remainderq) and also Base.Integer… (#65) (@macd)

v0.5.8

04 Mar 00:39

Choose a tag to compare

Quadmath v0.5.8

Diff since v0.5.7

Closed issues:

  • The macro @assume_effects is no longer defined (#60)
  • Method ambiguities of Float128 constructor suggested by Aqua.jl (#61)

Merged pull requests:

v0.5.7

16 Feb 15:19
bff7f83

Choose a tag to compare

Quadmath v0.5.7

Diff since v0.5.6

Closed issues:

  • Promotions of Float64->Float128 fail on some macOS systems (#57)

Merged pull requests:

v0.5.6

25 Oct 20:14
be88e47

Choose a tag to compare

Quadmath v0.5.6

Diff since v0.5.5

Closed issues:

  • could not load symbol "__extenddftf2": (#54)

Merged pull requests:

v0.5.5

21 Jan 04:27
ef34d99

Choose a tag to compare

Quadmath v0.5.5

Diff since v0.5.4

Merged pull requests:

  • MassInstallAction: Install the CI workflow on this repository (#50) (@timholy)
  • Fixes for Julia v1.6 (#51) (@RalphAS)