Skip to content

Commit 73e2c68

Browse files
author
Andy Ferris
committed
Added a message regarding moving forward with StaticArrays
1 parent 5bdbf6c commit 73e2c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ faster!
338338

339339
### *FixedSizeArrays* and *ImmutableArrays* compatibility
340340

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 as development for
347+
those other packages may or may not be ongoing.
348+
341349
You can try `using StaticArrays.FixedSizeArrays` to add some compatibility
342350
wrappers for the most commonly used features of the *FixedSizeArrays* package,
343351
such as `Vec`, `Mat`, `Point` and `@fsa`. These wrappers do not provide a

0 commit comments

Comments
 (0)