Releases: MukhlasAdib/pystream-pipeline
Releases · MukhlasAdib/pystream-pipeline
v0.2.0
v0.1.3
- Add built-in pipeline profiling feature.
-
forward
method ofpystream.Pipeline
have default value: the flag to use input generator - Well-explained sample usage of the demo in
.ipynb
format. - Unit tests for staged pipeline operations.
- Unit tests for functional pipeline operations.
- Use logger instead of print
- Specify stage name
v0.1.2
- Option to use blocking pipeline input for parallel pipeline.
- An application example: KITTI mapping.
v0.1.1
- Output reading in parallel thread pipeline.
- Option to use module global ThreadPoolExecutor for functional operation.
- Add data argument to functional pipeline.
- Pipeline is None after
Pipeline
'scleanup
method is called. - Serial pipeline data become None if it has been read once.
v0.1.0
- Poetry initialization
- Basic staged pipeline operations.
- Basic functional pipeline operations.
- Usage example script ->
demo_pipeline.py
. - First documentations:
- Docstrings for classes, methods, and functions.
- Minimum
README.md
. - Documentation in
docs
about howpystream
works. - Documentation in
docs
about basic API.