File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Released
4
4
5
+ ### v0.1.2
6
+
7
+ - [x] Option to use blocking pipeline input for parallel pipeline.
8
+ - [x] An application example: [ KITTI mapping] ( https://github.com/MukhlasAdib/KITTI_Mapping ) .
9
+
5
10
### v0.1.1
6
11
7
12
- [x] Output reading in parallel thread pipeline.
24
29
25
30
## On-going
26
31
27
- ### v0.1.2
28
-
29
- - [x] Option to use blocking pipeline input for parallel pipeline.
30
- - [x] An application example: [ KITTI mapping] ( https://github.com/MukhlasAdib/KITTI_Mapping ) .
31
-
32
32
### v0.1.3
33
33
34
34
- [ ] Well-explained sample usage of the demo in ` .ipynb ` format.
Original file line number Diff line number Diff line change 23
23
author = "Mukhlas Adib"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "v0.1.1 "
26
+ release = "v0.1.2 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pystream-pipeline"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " Python package to create and manage fast parallelized data processing pipeline for real-time application"
5
5
authors = [" Mukhlas Adib <adib.rasyidy@gmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 2
2
from pystream .pipeline .pipeline import Pipeline
3
3
from pystream .stage .stage import Stage
4
4
5
- __version__ = "0.1.1 "
5
+ __version__ = "0.1.2 "
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "0.1.1 "
5
+ assert __version__ == "0.1.2 "
You can’t perform that action at this time.
0 commit comments