v0.3.6
AccurateArithmetic v0.3.6
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)