Skip to content

Commit 8b8f7c1

Browse files
authored
Merge pull request #68 from JuliaArrays/recommendation
Added a message regarding moving forward with StaticArrays
2 parents 425d44e + df2889c commit 8b8f7c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,13 @@ 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.
347+
341348
You can try `using StaticArrays.FixedSizeArrays` to add some compatibility
342349
wrappers for the most commonly used features of the *FixedSizeArrays* package,
343350
such as `Vec`, `Mat`, `Point` and `@fsa`. These wrappers do not provide a

0 commit comments

Comments
 (0)