Skip to content

StaticArrays 0.9.0

Compare
Choose a tag to compare
@c42f c42f released this 23 Oct 11:06
· 457 commits to master since this release
448f9c9

Breaking changes

  • Fix various inference issues; avoid calling Core.Compiler.return_type() (#503)
  • Deprecate old StaticArrays.ImmutableArrays and StaticArrays.FixedSizeArrays interfaces (#521)

Bug fixes and performance improvements

  • Fixed MMatrix boundshecks, faster getindex (#484)
  • add propagate_inbounds for SArray getindex (#491)
  • Reinstate read(::IO, Type{<:StaticArray}) (#515)
  • Optimized methods for Triangular * Triangular (#511)
  • Improve performance of Iteators.flatten with arrays of static arrays. (#507)
  • Fix missing size error for constructors (#519)