csp
csp copied to clipboard
csp is a high performance reactive stream processing library, written in C++ and Python
**Describe the bug** If you annotate a graph or node with an output of `None` (i.e. it has no output), the graph fails to build. **To Reproduce** ```python import csp...
Reduce to: Linux: earliest (3.9) and latest (3.13), taking into account some C++ ifdefs Mac: 3.12 Windows: 3.12 Conda: 3.13
https://github.com/python-project-templates/hatch-cpp `hatch-cpp` removes our reliance on old `scikit-build` and should make it much easier to develop locally, making it easier to do things like [this](https://github.com/Point72/csp/blob/fce67c9bd1d577248de0a5ba66cf2f97769044d3/Makefile#L24) and [this](https://github.com/Point72/csp/blob/fce67c9bd1d577248de0a5ba66cf2f97769044d3/setup.py#L18). Its not quite...
Push adapters (potentially all adapters, haven't checked) are normalizing annotation arguments even if they are not within a `csp.ts` object. **Describe the bug** **To Reproduce** ```python from datetime import datetime,...