Skip to content

Commit 5afd2ed

Browse files
committed
add news; add command to purge jsdelivr cache
1 parent 09aaa6f commit 5afd2ed

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/news.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ news:
55
content: "News from our lab:"
66
outro: ""
77
news:
8+
- date: 2025-12-06
9+
title: "StainX: CUDA-optimized stain normalization is now open source!"
10+
description: |
11+
<p>We are excited to release <a href="https://github.com/rendeirolab/stainx">StainX</a>, a Python package for enhanced stain normalization of histopathology images with batch processing support.</p>
12+
<p>StainX provides multiple algorithms (Reinhard, Macenko, Histogram Matching) with automatic backend selection for CPU, GPU (CUDA), and Apple Silicon (MPS) devices.</p>
13+
<p>Our preliminary benchmarks show <strong>8-11x speedups</strong> compared to standard PyTorch implementations when using optimized CUDA kernels!</p>
14+
<p>Install it with <code>pip install stainx</code> and check out the <a href="https://github.com/rendeirolab/stainx">GitHub repository</a>.</p>
15+
img: https://raw.githubusercontent.com/rendeirolab/stainx/refs/heads/main/assets/staix-logo-256.png
16+
img_alt: "StainX logo"
817
- date: 2025-11-21
918
title: "Ernesto presented his work at Cytodata 2025"
1019
description: |

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ deploy = { cmd = "git add assets/**/* && git add -u && git commit -m 'update' &&
3939
check = { cmd = "gh run list -L 4", help = "List the last 4 GitHub actions" }
4040

4141
develop = { cmd = "uv run --with ipython ipython", help = "Run a IPython shell" }
42+
43+
purge = { cmd = "curl -X POST https://purge.jsdelivr.net/gh/rendeirolab/rendeirolab.github.io@main/assets/js/color_toggler.js && curl -X POST https://purge.jsdelivr.net/gh/rendeirolab/rendeirolab.github.io@main/assets/css/style.css", help = "Purge jsDelivr cache for JS and CSS assets" }

0 commit comments

Comments
 (0)