Skip to content

Releases: MukhlasAdib/pystream-pipeline

v0.2.0

04 Nov 14:43
9c0fa4a
Compare
Choose a tag to compare
  • Support for native mixed (serial and parallel) operation.
  • Specify custom profiler DB path
  • Protect against multiple profiling in mixed pipeline
  • CI test for notebooks
  • CI test using python 3.11

v0.1.3

21 Apr 07:33
2dc6255
Compare
Choose a tag to compare
  • Add built-in pipeline profiling feature.
  • forward method of pystream.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

30 Oct 14:53
8ffbc49
Compare
Choose a tag to compare
  • Option to use blocking pipeline input for parallel pipeline.
  • An application example: KITTI mapping.

v0.1.1

05 Aug 12:00
b7483a2
Compare
Choose a tag to compare
  • 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's cleanup method is called.
  • Serial pipeline data become None if it has been read once.

v0.1.0

31 Jul 11:20
Compare
Choose a tag to compare
  • 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 how pystream works.
    • Documentation in docs about basic API.