File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,13 @@ faster!
338
338
339
339
### * FixedSizeArrays* and * ImmutableArrays* compatibility
340
340
341
+ Several existing packages for statically sized arrays have been developed for
342
+ Julia, noteably * FixedSizeArrays* and * ImmutableArrays* . Upon consultation, it
343
+ has been decided to move forward with * StaticArrays* which has found a new home
344
+ in the * JuliaArrays* github organization. It is recommended that new users use
345
+ this package, and that existing dependent packages consider switching to
346
+ * StaticArrays* sometime during the life-cycle of Julia v0.5.
347
+
341
348
You can try ` using StaticArrays.FixedSizeArrays ` to add some compatibility
342
349
wrappers for the most commonly used features of the * FixedSizeArrays* package,
343
350
such as ` Vec ` , ` Mat ` , ` Point ` and ` @fsa ` . These wrappers do not provide a
You can’t perform that action at this time.
0 commit comments