Skip to content

Commit 0c1eb2e

Browse files
committed
Add navigation
1 parent d7b5d2a commit 0c1eb2e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/news/20250428_fractal_flexibility.md renamed to docs/news/2025-04-28-fractal-flexibility.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ While flexible submission is great, it’s only as useful as our ability to moni
5555
![Fractal monitoring](../assets/blogs/fractal_flexibility/fractal_monitoring.png)
5656

5757
With this newly added flexibility, Fractal makes it easier to manage complex workflows, test parameters on small subsets and find specific images that had issues during processing. This update lays the groundwork for more improvements to come in the future. Among the key features still on our roadmap, we want to highlight 3 relevant ones:
58+
5859
1. **Improved visibility into the processing status of compound tasks:** Compound tasks in Fractal combine a non parallel initialization phase that decides on the parallelisation of processing with running these parallel compute jobs. Because images can be processed in multiple compute tasks or even skipped completely from compute tasks based on the initialization, we only track the image status aggregated on all images that were run at once. Future refactors of the compound tasks may allow us to define a subset of compound tasks for which we’ll be able to show more granular processing status, without having to remove the flexibility for complex compound tasks that are not run on individual images.
60+
5961
2. **More granular live status updates**: While the new history data structure allows granular tracking of statuses, our current slurm runners only update them in batches. We run multiple images within the same slurm job (this batching has large performance gains) and only update the status of all images once the slurm job is done. Future work on refactoring the runners may enable us to make the status update more granular.
62+
6063
3. **Rerun workflows based on status**: While we can now track processing status per image, we haven’t exposed a submission mode that allows rerunning a workflow only on failed images or running a workflow on all the images that were not run yet. This feature is high on our priority list and will be tackled after this release.
6164

62-
You can follow along with our ongoing Fractal developments by keeping an eye on this newly created [news section on the Fractal page](../news/) or by following the development process on our Github repositories.
65+
You can follow along with our ongoing Fractal developments by keeping an eye on this newly created [news section on the Fractal page](../) or by following the development process on our Github repositories.
6366

6467

6568

docs/news/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: News
3+
---
4+
5+
Welcome to the Fractal news page! Every few months we’ll post updates here about new features, releases, and important milestones.
6+
7+
- [2025-04-28: Fractal Flexibility](2025-04-28-fractal-flexibility.md)
8+
We launched Fractal flexibility to enable new modes of workflow submission and monitoring.

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ nav:
4848
- Create a Fractal Task: build_your_own_fractal_task.md
4949
- Fractal Image List: image_list.md
5050
- Deploy Fractal: run_fractal.md
51+
- News:
52+
- news/index.md
53+
- news/2025-04-28-fractal-flexibility.md
54+
5155

5256

5357
# Include some page, without including them in the ToC

0 commit comments

Comments
 (0)