Skip to content

Commit a397bd5

Browse files
author
Tsung-Wei Huang
committed
updated news
1 parent da48a1f commit a397bd5

1 file changed

Lines changed: 26 additions & 12 deletions

File tree

js/news.js

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
const news = [
2+
{
3+
title: "Taskflow v4.1 released",
4+
image_src: "images/release.png",
5+
image_url: "https://taskflow.github.io/taskflow/Releases.html",
6+
content: `We have released Taskflow v4.1! Please check out the <a href="https://taskflow.github.io/taskflow/release-4-1-0.html">release notes</a>.`,
7+
footer: "Last updated on 2026/06/19"
8+
},
9+
{
10+
title: "Taskflow @ C++Now 2026",
11+
image_src: "images/cppnow-logo.png",
12+
image_url: "https://schedule.cppnow.org/session/2026/multi-priority-graph-based-parallel-execution-using-taskflow/",
13+
content: `We are excited to see a Taskflow talk at the 2026 C++Now Conference! <q><a href="https://schedule.cppnow.org/session/2026/multi-priority-graph-based-parallel-execution-using-taskflow/">Multi-Priority Graph-Based Parallel Execution Using Taskflow</a> by Yun Kai at Bloomberg</q>.`,
14+
footer: "Last updated on 2021/05/01"
15+
},
216
{
317
title: "Taskflow v4.0 released",
418
image_src: "images/release.png",
519
image_url: "https://taskflow.github.io/taskflow/Releases.html",
6-
content: `We have release Taskflow v4! Please check out the <a href="https://taskflow.github.io/taskflow/release-4-0-0.html">release notes</a>.`,
20+
content: `We have released Taskflow v4! Please check out the <a href="https://taskflow.github.io/taskflow/release-4-0-0.html">release notes</a>.`,
721
footer: "Last updated on 2026/01/01"
822
},
923
{
@@ -31,7 +45,7 @@ const news = [
3145
title: "Taskflow v3.10 released",
3246
image_src: "images/release.png",
3347
image_url: "https://taskflow.github.io/taskflow/Releases.html",
34-
content: `We have release Taskflow v3.10! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-10-0.html">release notes</a>.`,
48+
content: `We have released Taskflow v3.10! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-10-0.html">release notes</a>.`,
3549
footer: "Last updated on 2025/05/01"
3650
},
3751
{
@@ -45,14 +59,14 @@ const news = [
4559
title: "Taskflow v3.9 released",
4660
image_src: "images/release.png",
4761
image_url: "https://taskflow.github.io/taskflow/Releases.html",
48-
content: `We have release Taskflow v3.9! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-9-0.html">release notes</a>. Happy new year to all users!`,
62+
content: `We have released Taskflow v3.9! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-9-0.html">release notes</a>. Happy new year to all users!`,
4963
footer: "Last updated on 2025/01/02"
5064
},
5165
{
5266
title: "Taskflow v3.8 released",
5367
image_src: "images/release.png",
5468
image_url: "https://taskflow.github.io/taskflow/Releases.html",
55-
content: `We have release Taskflow v3.8! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-8-0.html">release notes</a>.`,
69+
content: `We have released Taskflow v3.8! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-8-0.html">release notes</a>.`,
5670
footer: "Last updated on 2024/10/02"
5771
},
5872
{
@@ -66,7 +80,7 @@ const news = [
6680
title: "Taskflow v3.7 released",
6781
image_src: "images/release.png",
6882
image_url: "https://taskflow.github.io/taskflow/Releases.html",
69-
content: `We have release Taskflow v3.7! This release enables exception support and improves the scheduling performance of AsyncTask using C++20 atomic synchronization primitive. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-7-0.html">release notes</a>.`,
83+
content: `We have released Taskflow v3.7! This release enables exception support and improves the scheduling performance of AsyncTask using C++20 atomic synchronization primitive. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-7-0.html">release notes</a>.`,
7084
footer: "Last updated on 2024/05/07"
7185
},
7286
{
@@ -122,7 +136,7 @@ const news = [
122136
title: "Taskflow v3.6 released",
123137
image_src: "images/release.png",
124138
image_url: "https://taskflow.github.io/taskflow/Releases.html",
125-
content: `We have release Taskflow v3.6! This release introduces a new dynamic task graph creation model and improves many parallel algorithm performance. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-6-0.html">release notes</a>.`,
139+
content: `We have released Taskflow v3.6! This release introduces a new dynamic task graph creation model and improves many parallel algorithm performance. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-6-0.html">release notes</a>.`,
126140
footer: "Last updated on 2023/05/08"
127141
},
128142
{
@@ -136,7 +150,7 @@ const news = [
136150
title: "Taskflow v3.5 released",
137151
image_src: "images/release.png",
138152
image_url: "https://taskflow.github.io/taskflow/Releases.html",
139-
content: `We have release Taskflow v3.5! This release has largely improved the scheduling performance and its energy efficiency. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-5-0.html">release notes</a>.`,
153+
content: `We have released Taskflow v3.5! This release has largely improved the scheduling performance and its energy efficiency. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-5-0.html">release notes</a>.`,
140154
footer: "Last updated on 2023/01/05"
141155
},
142156
{
@@ -171,7 +185,7 @@ const news = [
171185
title: "Taskflow v3.4 released",
172186
image_src: "images/release.png",
173187
image_url: "https://taskflow.github.io/taskflow/Releases.html",
174-
content: `We have release Taskflow v3.4! This release has enhanced the pipeline programming model and the core execution methods. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-4-0.html">release notes</a>.`,
188+
content: `We have released Taskflow v3.4! This release has enhanced the pipeline programming model and the core execution methods. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-4-0.html">release notes</a>.`,
175189
footer: "Last updated on 2022/05/23"
176190
},
177191
{
@@ -206,7 +220,7 @@ const news = [
206220
title: "Taskflow v3.3 released",
207221
image_src: "images/release.png",
208222
image_url: "https://taskflow.github.io/taskflow/Releases.html",
209-
content: `We have release Taskflow v3.3! This release has sanitized out the data-race issues and introduced a new pipeline programming model. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-3-0.html">release notes</a>.`,
223+
content: `We have released Taskflow v3.3! This release has sanitized out the data-race issues and introduced a new pipeline programming model. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-3-0.html">release notes</a>.`,
210224
footer: "Last updated on 2022/01/03"
211225
},
212226
{
@@ -241,7 +255,7 @@ const news = [
241255
title: "Taskflow v3.2 Released",
242256
image_src: "images/release.png",
243257
image_url: "https://taskflow.github.io/taskflow/Releases.html",
244-
content: `We have release Taskflow v3.2! This release introduces many GPU algorithms atop cudaFlow. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-2-0.html">release notes</a>.`,
258+
content: `We have released Taskflow v3.2! This release introduces many GPU algorithms atop cudaFlow. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-2-0.html">release notes</a>.`,
245259
footer: "Last updated on 2021/07/29"
246260
},
247261
{
@@ -276,7 +290,7 @@ const news = [
276290
title: "Taskflow v3.1 Released",
277291
image_src: "images/release.png",
278292
image_url: "https://taskflow.github.io/taskflow/Releases.html",
279-
content: `We have release Taskflow v3.1! This release introduces a new syclFlow model to program SYCL kernels using task graph parallelism. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-1-0.html">release notes</a>.`,
293+
content: `We have released Taskflow v3.1! This release introduces a new syclFlow model to program SYCL kernels using task graph parallelism. Please check out the <a href="https://taskflow.github.io/taskflow/release-3-1-0.html">release notes</a>.`,
280294
footer: "Last updated on 2021/04/14"
281295
},
282296
{
@@ -290,7 +304,7 @@ const news = [
290304
title: "Taskflow v3.0 Released",
291305
image_src: "images/release.png",
292306
image_url: "https://taskflow.github.io/taskflow/Releases.html",
293-
content: `We have release Taskflow v3.0! This new release largely enhanced the core functionalities and heterogeneous tasking! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-0-0.html">release notes</a>.`,
307+
content: `We have released Taskflow v3.0! This new release largely enhanced the core functionalities and heterogeneous tasking! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-0-0.html">release notes</a>.`,
294308
footer: "Last updated on 2021/01/01"
295309
},
296310
{

0 commit comments

Comments
 (0)