@@ -9,9 +9,9 @@ draft = false
99weight = 30
1010+++
1111
12- We're pleased to announce the 2025 revision of the Array API standard.
12+ We're pleased to announce the 2025 revision of the array API standard.
1313
14- Since its initial release in 2021, the Array API standard has aimed to reduce
14+ Since its initial release in 2021, the array API standard has aimed to reduce
1515fragmentation across array libraries by defining a common, minimal interface
1616for multidimensional array operations. Over the past several years, the
1717standard has matured alongside its ecosystem, with increasing adoption across
@@ -34,7 +34,7 @@ implement and depend on.
3434
3535Over the past year, we've worked closely with maintainers of downstream
3636libraries, such as SciPy, scikit-learn, and others, to identify friction points
37- when targeting the Array API. In response, the 2025 revision includes:
37+ when targeting the array API. In response, the 2025 revision includes:
3838
3939- Clarifications to ambiguous or under-specified behaviors.
4040- Improved consistency across related APIs.
@@ -45,7 +45,7 @@ and make it easier to write libraries that are backend-agnostic.
4545
4646### Continued investment in consistency
4747
48- Consistency remains a core design principle of the Array API standard. In this
48+ Consistency remains a core design principle of the array API standard. In this
4949revision, we've continued to refine naming, argument conventions, and behavior
5050to ensure that APIs feel coherent and predictable. Where inconsistencies or
5151surprising behaviors were identified in earlier versions, we've taken steps to
@@ -76,7 +76,7 @@ and improve usability:
7676 matrix.
7777- ` linalg.eigvals ` : returns the eigenvalues of a real or complex matrix.
7878
79- These additions further close the gap between the Array API standard and
79+ These additions further close the gap between the array API standard and
8080established numerical computing libraries.
8181
8282### Breaking Changes
@@ -101,7 +101,7 @@ For a complete list of changes, please see the full changelog:
101101
102102## Growing ecosystem adoption
103103
104- The Array API standard continues to see strong adoption across the scientific
104+ The array API standard continues to see strong adoption across the scientific
105105Python ecosystem. Major array libraries have either implemented or are actively
106106working toward compliance, and an increasing number of downstream libraries are
107107using the standard as a portability layer. This enables users to write code once
@@ -114,7 +114,7 @@ libraries and user applications.
114114
115115## Looking ahead
116116
117- As the Array API standard matures, our focus is shifting from defining the core
117+ As the array API standard matures, our focus is shifting from defining the core
118118interface to ensuring long-term stability, usability, and ecosystem
119119integration. Future work will continue to prioritize:
120120
@@ -127,7 +127,7 @@ standard evolves in a way that reflects real-world usage and needs.
127127
128128## Get involved
129129
130- The Array API standard is developed in the open, and we welcome feedback and
130+ The array API standard is developed in the open, and we welcome feedback and
131131contributions from the community.
132132
133133- Specification: [ https://data-apis.org/array-api/ ] ( https://data-apis.org/array-api/ )
0 commit comments