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
andpown
functions (e0ec0f5)
and the following bug fixes for the internal _TestSupport
module: