Releases: srijansundaram/FlowCompiler
Release list
Flow Compiler v1.2.3 — Final Stable Build (Packaged + Documented)
The v1.2.3 Final Build marks the complete, production-ready version of the Flow Compiler — a data pipeline compiler that transforms .flow scripts into executable Python (Pandas) code.
This release finalizes packaging for global CLI installation, adds full documentation, polished AI syntax correction, and verified pipeline chaining.
With 53 tests passed at 100% coverage, Flow Compiler is now officially stable and ready for public use. 🚀
Stable Build
Changes Implemented:
-
Integrated Rich library for colorized logs and formatted output.
-
Added progress bars for pipeline generation and execution.
-
Introduced
--verboseflag for detailed debugging and AST visibility. -
Introduced
--no-runflag to compile without executing. -
Replaced print statements with emoji-based styled console messages.
-
Added summary panel showing:
- Source file
- Output file
- Total pipelines processed
- Execution time
- Version number
-
Improved error visibility with color-coded tracebacks.
-
Overall user experience now resembles professional compilers like Rust or TypeScript.