Skip to content

v7.39.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:59
· 1 commit to master since this release
a0ab8aa

Symbolics v7.39.0

Diff since v7.38.0

Fixed

  • Method ambiguities and Aqua piracy ownership (#1971). 7.38.0 shipped with its new QA lane
    red on two Aqua findings; both are resolved and the QA lane is green on Julia 1 and 1.10.
    Dispatch on Num and the array-symbolic operators is narrowed so ambiguous overloads no longer
    resolve arbitrarily, and methods that belonged to another package's types were moved to their
    owner. Two ModelingToolkit downstream lanes (Initialization, InterfaceI) that were red at
    7.38.0 now pass.

Added

  • SymbolicsStaticArraysExt, a StaticArrays extension, so static-array operands dispatch
    correctly instead of falling back to the ambiguous generic paths.

CI

  • The QA group is exercised on Julia 1.10 as well as Julia 1.

Merged pull requests: