Skip to content

Releases: JuliaArrays/StaticArrays.jl

StaticArrays 0.9.1

23 Oct 23:02
Compare
Choose a tag to compare

Bug fixes

  • Corrected deprecation of old StaticArrays.ImmutableArrays and StaticArrays.FixedSizeArrays interfaces (#521, #527)
  • Fixed ordering of eigenvectors for diagonal 2x2 matrices (#523, #524)

StaticArrays 0.9.0

23 Oct 11:06
448f9c9
Compare
Choose a tag to compare

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)

StaticArrays 0.8.3

08 Aug 13:59
1bc691d
Compare
Choose a tag to compare

Julia v1.0 compatibility

StaticArrays 0.8.2

08 Jul 10:39
5087eca
Compare
Choose a tag to compare

Fix #388: tweak hcat and vcat to increase the number of arguments that may be passed in before running into compiler limits.

StaticArrays 0.8.1

04 Jul 01:14
e5bd424
Compare
Choose a tag to compare

Addresses some more v0.7 deprecations.

StaticArrays 0.8.0

30 Jun 21:40
b97d834
Compare
Choose a tag to compare

Drops Julia v0.6 support. Works on Julia v0.7.

Generate helpful error message for unknown Size

24 Jun 13:38
4b1afb6
Compare
Choose a tag to compare
Merge pull request #448 from JuliaArrays/teh/errmsg

Activate helpful error message for undefined-Size conversions

v0.7.1

12 Jun 21:33
5a9c7f7
Compare
Choose a tag to compare
  • More Kronecker product specializations
  • Better (not perfect) Julia v0.7 support
  • Bugfixes

StaticArrays 0.7.0

28 Feb 22:54
b454bc9
Compare
Choose a tag to compare

This update includes bugfixes, some more specializations of LinAlg functions on StaticArrays (such as lu) and improved (not perfect) support for Julia v0.7.

v0.6.6

17 Nov 15:07
8f195da
Compare
Choose a tag to compare
Merge pull request #338 from JuliaArrays/sd/extrema

fix extrema