incomp-flame-post/docs/archive/pycompact.md
ignis 2b3362a927
All checks were successful
CI Test Suite / run-tests (push) Successful in 1m11s
Deploy Documentation / build-and-deploy (push) Successful in 53s
Archive legacy pycompact.py python bindings and update documentation with historical context
2026-06-03 12:00:43 +00:00

6 lines
633 B
Markdown

# Archived Python Bindings (`pycompact.py`)
!!! warning "Archived/Legacy Component"
**Historical Note**: Originally, researchers manually wrote post-processing Fortran codes. To reduce this maintenance overhead, python bindings (`pycompact.py`) were introduced as a transitional wrapper. However, since the bindings did not significantly improve ease of use, we subsequently defined a custom DSL (Domain Specific Language) for describing post-processing operations and developed a compiler (`code_gen.py` & `post.py`) to generate highly optimized Fortran codes. As a result, the python bindings are now archived.
::: pycompact