Skip to content

1.0 maintenance + sendable Complex

Latest
Compare
Choose a tag to compare
@stephentyrone stephentyrone released this 03 Mar 16:35
· 1 commit to release/1.0 since this release

This release contains the following changes to public modules:

  • The Complex type is now conditionally Sendable
  • Explicitly links the system math library when building RealModule for Linux and Android (aa76ee5)
  • pow(_: Real, _: Int) edge cases are brought in line with the IEEE 754 (2008) powr and pown functions (e0ec0f5)

and the following bug fixes for the internal _TestSupport module:

  • Corrects availability tvOS and watchOS (db4ef56)
  • Adds an explicit import of RealModule to silence a Swift 6 warning (ba43341)