Posts in releases

TorchFX 0.5.3: Build System Overhaul & Prebuilt Wheels

TorchFX 0.5.3 is a packaging-focused release. The headline change is invisible if you only read the API docs but very visible the first time you pip install the library: TorchFX has migrated from runtime JIT compilation to scikit-build-core + CMake, and the project now ships prebuilt CPU wheels for Linux x86_64, macOS (Intel and Apple Silicon), and Windows x86_64 across Python 3.10–3.14.

Read more ...


TorchFX 0.5.2: Transparent Filter Fusion & Unified Forward Paths

TorchFX 0.5.2 focuses on two things: making filter chains faster without changing your code, and cleaning up internal duplication so the library is easier to maintain and extend.

Read more ...


TorchFX 0.5.0: Custom CUDA Kernels & Native C++ Extension

I’m excited to announce TorchFX 0.5.0, a performance-focused release that introduces custom CUDA kernels, a JIT-compiled C++ native extension, and major algorithmic improvements across the entire filter pipeline.

Read more ...


TorchFX 0.4.0: Production-Ready Audio DSP šŸš€

I’m thrilled to announce TorchFX 0.4.0, the biggest release yet. This version transforms TorchFX from a research library into a audio DSP toolkit with real-time processing, and a powerful CLI interface.

Read more ...