You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,17 @@ development.
41
41
- MultiScaleArrays
42
42
- LabelledArrays
43
43
44
+
## StaticArrayInterface.jl
45
+
46
+
If one is looking for an interface which includes functionality for statically-computed values, see [StaticArrayInterface.jl](https://github.com/JuliaArrays/StaticArrayInterface.jl).
47
+
This was separated from ArrayInterface.jl because it includes a lot of functionality that does not give substantive improvements
48
+
to the interface, and is likely to be deprecated in the near future as the compiler matures to automate a lot of its optimizations.
49
+
44
50
## Breaking Release Notes
45
51
52
+
7.0: Setup to use the new v1.9 package extensions. All static interface functions were moved to
0 commit comments