Skip to content

Commit a457087

Browse files
committed
deploy: bc99292
1 parent 09a5b40 commit a457087

File tree

37 files changed

+899
-124
lines changed

37 files changed

+899
-124
lines changed

blog/announcing_the_consortium/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ <h2 id="where-we-go-from-here">Where we go from here</h2>
424424
<ul>
425425

426426

427+
<li><a href="../../blog/array_api_v2023_release/">2023 release of the Array API Standard</a> &ndash; 10 minutes
428+
427429
<li><a href="../../blog/array_api_v2022_release/">2022 release of the Array API Standard</a> &ndash; 8 minutes
428430

429431
<li><a href="../../blog/array_api_standard_release/">First release of the Array API Standard</a> &ndash; 7 minutes

blog/array_api_standard_release/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ <h2 id="next-steps-to-a-first-complete-standard">Next steps to a first complete
307307
<ul>
308308

309309

310+
<li><a href="../../blog/array_api_v2023_release/">2023 release of the Array API Standard</a> &ndash; 10 minutes
311+
310312
<li><a href="../../blog/array_api_v2022_release/">2022 release of the Array API Standard</a> &ndash; 8 minutes
311313

312314
<li><a href="../../blog/announcing_the_consortium/">Announcing the Consortium for Python Data API Standards</a> &ndash; 11 minutes

blog/array_api_v2022_release/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ <h2 id="the-road-ahead">The Road Ahead</h2>
342342
<ul>
343343

344344

345+
<li><a href="../../blog/array_api_v2023_release/">2023 release of the Array API Standard</a> &ndash; 10 minutes
346+
345347
<li><a href="../../blog/array_api_standard_release/">First release of the Array API Standard</a> &ndash; 7 minutes
346348

347349
<li><a href="../../blog/announcing_the_consortium/">Announcing the Consortium for Python Data API Standards</a> &ndash; 11 minutes

blog/array_api_v2023_release/index.html

Lines changed: 444 additions & 0 deletions
Large diffs are not rendered by default.

blog/dataframe_protocol_rfc/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ <h2 id="what-about-a-full-dataframe-api">What about a full dataframe API?</h2>
338338
<ul>
339339

340340

341+
<li><a href="../../blog/array_api_v2023_release/">2023 release of the Array API Standard</a> &ndash; 10 minutes
342+
341343
<li><a href="../../blog/array_api_v2022_release/">2022 release of the Array API Standard</a> &ndash; 8 minutes
342344

343345
<li><a href="../../blog/array_api_standard_release/">First release of the Array API Standard</a> &ndash; 7 minutes

blog/dataframe_standard_rfc/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ <h2 id="resources">Resources</h2>
281281
<ul>
282282

283283

284+
<li><a href="../../blog/array_api_v2023_release/">2023 release of the Array API Standard</a> &ndash; 10 minutes
285+
284286
<li><a href="../../blog/array_api_v2022_release/">2022 release of the Array API Standard</a> &ndash; 8 minutes
285287

286288
<li><a href="../../blog/array_api_standard_release/">First release of the Array API Standard</a> &ndash; 7 minutes

blog/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,38 +111,38 @@ <h1>Voice of the Consortium</h1>
111111

112112
<li itemscope itemtype="http://schema.org/CreativeWork">
113113
<h2 class="title">
114-
<a href="https://data-apis.org/blog/array_api_v2022_release/" itemprop="headline">2022 release of the Array API Standard</a>
114+
<a href="https://data-apis.org/blog/array_api_v2023_release/" itemprop="headline">2023 release of the Array API Standard</a>
115115
</h2>
116116
<hr>
117117

118-
<p itemprop="about">The 2022 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
118+
<p itemprop="about">The 2023 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
119119

120120
</li>
121121
<li itemscope itemtype="http://schema.org/CreativeWork">
122122
<h2 class="title">
123-
<a href="https://data-apis.org/blog/array_api_standard_release/" itemprop="headline">First release of the Array API Standard</a>
123+
<a href="https://data-apis.org/blog/array_api_v2022_release/" itemprop="headline">2022 release of the Array API Standard</a>
124124
</h2>
125125
<hr>
126126

127-
<p itemprop="about">This first release of the standards document and accompanying test suite marks the start of the community review period.</p>
127+
<p itemprop="about">The 2022 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
128128

129129
</li>
130130
<li itemscope itemtype="http://schema.org/CreativeWork">
131131
<h2 class="title">
132-
<a href="https://data-apis.org/blog/announcing_the_consortium/" itemprop="headline">Announcing the Consortium for Python Data API Standards</a>
132+
<a href="https://data-apis.org/blog/array_api_standard_release/" itemprop="headline">First release of the Array API Standard</a>
133133
</h2>
134134
<hr>
135135

136-
<p itemprop="about">An initiative to develop API standards for n-dimensional arrays and dataframes</p>
136+
<p itemprop="about">This first release of the standards document and accompanying test suite marks the start of the community review period.</p>
137137

138138
</li>
139139
<li itemscope itemtype="http://schema.org/CreativeWork">
140140
<h2 class="title">
141-
<a href="https://data-apis.org/blog/dataframe_standard_rfc/" itemprop="headline">Want to super-charge your library by writing dataframe-agnostic code? We&#39;d love to hear from you</a>
141+
<a href="https://data-apis.org/blog/announcing_the_consortium/" itemprop="headline">Announcing the Consortium for Python Data API Standards</a>
142142
</h2>
143143
<hr>
144144

145-
<p itemprop="about">An RFC for a dataframe API Standard</p>
145+
<p itemprop="about">An initiative to develop API standards for n-dimensional arrays and dataframes</p>
146146

147147
</li>
148148

blog/index.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
<description>Recent content in Blogs on Consortium for Python Data API Standards</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Thu, 25 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://data-apis.org/blog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Mon, 08 Apr 2024 08:00:00 +0000</lastBuildDate><atom:link href="https://data-apis.org/blog/index.xml" rel="self" type="application/rss+xml" />
10+
<item>
11+
<title>2023 release of the Array API Standard</title>
12+
<link>https://data-apis.org/blog/array_api_v2023_release/</link>
13+
<pubDate>Mon, 08 Apr 2024 08:00:00 +0000</pubDate>
14+
15+
<guid>https://data-apis.org/blog/array_api_v2023_release/</guid>
16+
<description>Another year, another revision of the Array API Standard! We&amp;rsquo;re proud to announce the release of the 2023 revision of the Array API Standard. As was the case for 2022 revision, this release required extensive discussion and collaboration among array libraries and their downstream stakeholders as we continued reaching consensus on unified API design and behavior. We&amp;rsquo;re particularly excited to share that this year marked a significant milestone in our efforts to facilitate array interoperation within the PyData ecosystem, as we witnessed accelerated adoption of the standard, especially among downstream libraries, such as [SciPy[(https://docs.</description>
17+
</item>
18+
1019
<item>
1120
<title>2022 release of the Array API Standard</title>
1221
<link>https://data-apis.org/blog/array_api_v2022_release/</link>

blog/page/2/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ <h1>Voice of the Consortium</h1>
109109
</div>
110110
<ul id="posts">
111111

112+
<li itemscope itemtype="http://schema.org/CreativeWork">
113+
<h2 class="title">
114+
<a href="https://data-apis.org/blog/dataframe_standard_rfc/" itemprop="headline">Want to super-charge your library by writing dataframe-agnostic code? We&#39;d love to hear from you</a>
115+
</h2>
116+
<hr>
117+
118+
<p itemprop="about">An RFC for a dataframe API Standard</p>
119+
120+
</li>
112121
<li itemscope itemtype="http://schema.org/CreativeWork">
113122
<h2 class="title">
114123
<a href="https://data-apis.org/blog/dataframe_protocol_rfc/" itemprop="headline">Towards dataframe interoperability</a>

categories/consortium/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,38 +109,38 @@ <h1>Voice of the Consortium</h1>
109109

110110
<li itemscope itemtype="http://schema.org/CreativeWork">
111111
<h2 class="title">
112-
<a href="https://data-apis.org/blog/array_api_v2022_release/" itemprop="headline">2022 release of the Array API Standard</a>
112+
<a href="https://data-apis.org/blog/array_api_v2023_release/" itemprop="headline">2023 release of the Array API Standard</a>
113113
</h2>
114114
<hr>
115115

116-
<p itemprop="about">The 2022 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
116+
<p itemprop="about">The 2023 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
117117

118118
</li>
119119
<li itemscope itemtype="http://schema.org/CreativeWork">
120120
<h2 class="title">
121-
<a href="https://data-apis.org/blog/array_api_standard_release/" itemprop="headline">First release of the Array API Standard</a>
121+
<a href="https://data-apis.org/blog/array_api_v2022_release/" itemprop="headline">2022 release of the Array API Standard</a>
122122
</h2>
123123
<hr>
124124

125-
<p itemprop="about">This first release of the standards document and accompanying test suite marks the start of the community review period.</p>
125+
<p itemprop="about">The 2022 revision of the array API standard has been finalized and is ready for adoption by conforming array libraries.</p>
126126

127127
</li>
128128
<li itemscope itemtype="http://schema.org/CreativeWork">
129129
<h2 class="title">
130-
<a href="https://data-apis.org/blog/announcing_the_consortium/" itemprop="headline">Announcing the Consortium for Python Data API Standards</a>
130+
<a href="https://data-apis.org/blog/array_api_standard_release/" itemprop="headline">First release of the Array API Standard</a>
131131
</h2>
132132
<hr>
133133

134-
<p itemprop="about">An initiative to develop API standards for n-dimensional arrays and dataframes</p>
134+
<p itemprop="about">This first release of the standards document and accompanying test suite marks the start of the community review period.</p>
135135

136136
</li>
137137
<li itemscope itemtype="http://schema.org/CreativeWork">
138138
<h2 class="title">
139-
<a href="https://data-apis.org/blog/dataframe_standard_rfc/" itemprop="headline">Want to super-charge your library by writing dataframe-agnostic code? We&#39;d love to hear from you</a>
139+
<a href="https://data-apis.org/blog/announcing_the_consortium/" itemprop="headline">Announcing the Consortium for Python Data API Standards</a>
140140
</h2>
141141
<hr>
142142

143-
<p itemprop="about">An RFC for a dataframe API Standard</p>
143+
<p itemprop="about">An initiative to develop API standards for n-dimensional arrays and dataframes</p>
144144

145145
</li>
146146

0 commit comments

Comments
 (0)