pipelines v0.1.0 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • ๐Ÿš€ This is the first release of Pipelines, a high-level language for crafting concurrent pipelines written in Python. Standard library is nonexistent and language constructs are few. However, the compiler is stable and the CLI interface is usable.

    ๐Ÿ”‹ Features that should come in future releases include piping data from one component to multiple components simultaneously and more robust error handling.