Skip to content

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 10 Apr 23:03
· 15 commits to master since this release

AccurateArithmetic v0.3.6

Diff since v0.3.5

This release is the first to be compatible with Julia v1.6

Changes:

  • Switch to GitHub Actions for CI (#22)
  • Drop dependency to SIMDPirates and add support for VectorizationBase >v0.15 and Julia 1.6 (#23, #24, #25)
  • Drop unnecessary dependency to JSON

Closed issues:

  • Transition off of SIMDPirates (#23)

Merged pull requests:

  • MassInstallAction: Install the CI workflow on this repository (#22) (@timholy)
  • Drop SIMDPirates and update to new VectorizationBase (#24) (@chriselrod)