Skip to content

v1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 13:29
· 137 commits to master since this release
df49828

StaticArrays v1.4.1

Diff since v1.4.0

Closed issues:

  • insert fails with empty vectors (#1003)
  • ismutable gives incorrect results (#1005)

Merged pull requests:

  • Benchmark on latest Julia and scale back large-matrix benchmarking (#1000) (@thchr)
  • Fix lu/qr pivot deprecations and allow PivotingStrategy input (#1002) (@thchr)
  • Fix insert to 0-length SVector (#1004) (@mateuszbaran)
  • Fix return type for setindex!(::SizedArray, ...) (#1007) (@mcabbott)