Skip to content

Commit c08790a

Browse files
Ready a 7.0 release
1 parent 141995b commit c08790a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ArrayInterface"
22
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3-
version = "6.0.25"
3+
version = "7.0.0"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,17 @@ development.
4141
- MultiScaleArrays
4242
- LabelledArrays
4343

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+
4450
## Breaking Release Notes
4551

52+
7.0: Setup to use the new v1.9 package extensions. All static interface functions were moved to
53+
[StaticArrayInterface.jl](https://github.com/JuliaArrays/StaticArrayInterface.jl).
54+
4655
6.0: ArrayInterface.jl completely removed all usage of Requires.jl and conditional dependencies
4756
due to compile time impact. All of the Requires.jl support changed to subpackages within the
4857
repository which are registered in the General registry. These subpackages are required by

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ArrayInterface.jl uses extension packages in order to add support for popular li
1717

1818
## StaticArrayInterface.jl
1919

20-
If one is looking for an interface which includes functionality for statically-computed values, see StaticArrayInterface.jl.
20+
If one is looking for an interface which includes functionality for statically-computed values, see
21+
[StaticArrayInterface.jl](https://github.com/JuliaArrays/StaticArrayInterface.jl).
2122
This was separated from ArrayInterface.jl because it includes a lot of functionality that does not give substantive improvements
2223
to the interface, and is likely to be deprecated in the near future as the compiler matures to automate a lot of its optimizations.
2324

0 commit comments

Comments
 (0)