From fbd0b148f2bc455e95403d7e2b590d25d697f063 Mon Sep 17 00:00:00 2001 From: witNie Date: Mon, 23 Feb 2026 11:39:08 +0100 Subject: [PATCH 1/2] Fix module name from 'particle' to 'particles' Signed-off-by: witNie --- docs/python/function-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/function-status.md b/docs/python/function-status.md index 8408c29..23f904b 100644 --- a/docs/python/function-status.md +++ b/docs/python/function-status.md @@ -24,7 +24,7 @@ Functions for accessing and manipulating particle data. | Python Module | Status | C/C++ Source | |-----------------|--------|--------------| -| `particle` | ❌ Not Ported | [AT_ParticleData.h](https://github.com/libamtrack/library/blob/master/include/AT_DataParticle.h#L82) | +| `particles` | ❌ Not Ported | [AT_ParticleData.h](https://github.com/libamtrack/library/blob/master/include/AT_DataParticle.h#L82) | ## Material Data From 3fbcd31807f99f6895b53eef72618e176b9b90be Mon Sep 17 00:00:00 2001 From: witNie Date: Mon, 23 Feb 2026 11:42:36 +0100 Subject: [PATCH 2/2] Update status of particles module to 'During Porting' Signed-off-by: witNie --- docs/python/function-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/function-status.md b/docs/python/function-status.md index 23f904b..5c3abf9 100644 --- a/docs/python/function-status.md +++ b/docs/python/function-status.md @@ -24,7 +24,7 @@ Functions for accessing and manipulating particle data. | Python Module | Status | C/C++ Source | |-----------------|--------|--------------| -| `particles` | ❌ Not Ported | [AT_ParticleData.h](https://github.com/libamtrack/library/blob/master/include/AT_DataParticle.h#L82) | +| `particles` | 🚧 During Porting | [AT_ParticleData.h](https://github.com/libamtrack/library/blob/master/include/AT_DataParticle.h#L82) | ## Material Data