Skip to content

v0.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 04:01

StaticArrays v0.12.2

Diff since v0.12.1

Closed issues:

  • eigen in non-diagonal matrices (#661)
  • SA not defined (#687)
  • Three-argument mul! behaves differently for Array and MArray (#697)
  • Please consider a changelog.md (#698)
  • Changes to one() implementation seem to break Rotations.jl (#700)
  • Broadcast performance issue MWE (#701)
  • StackOverflowError when viewing zero-dimensional arrays (#705)
  • adjoint(::SMatrix) fails unless eltype is unchanged (#708)
  • New allocations on Julia master (#710)
  • Addition broadcast much slower (#713)
  • typo of setindex() (#717)
  • Summing two FieldVectors produces an SArray (#729)
  • non-allocating cumsum for SVector (#730)
  • Matrix Multiplication for large SizedArray (#734)
  • 5 argument mul! (#735)
  • Conversion to AbstractArray not defined (#746)
  • SizedArray changes to SArray (#755)
  • Indexing an SArray with SOneTo returns MArray instead of SArray (#756)
  • vcat methods for SVector, Real (#757)
  • No method to convert from UniformScaling (#758)
  • Adding two SizedArray results in an SArray (#760)
  • codegen.cpp:2779: jl_cgval_t emit_invoke(jl_codectx_t&, jl_expr_t*, jl_value_t*): Assertion `jl_is_method_instance(mi)' failed. (#771)

Merged pull requests: