Feature
* Support threads scheduler in pipeline (b13094b70cccaa954d3cab2ba2a530e68855c0f7)
* add "max_processes" to the pipeline constructor to set the maximum processes to be used (cdfb092113e27f4ed15086947f9a7e7e951b47f2)
* `Pipeline` class now works for multiple streams (bbe891eee7770a2ceb169bc3ec8172fbb3af1dc7)
* Add `SensorGeneratorStream` class to support streaming randomly generated accelerometer data (5e6c308125b78c590e08227778c06ab93a793e22)
* add function to generate random accelerometer data with normal distribution (071216fe42f90b8f01a960468f901f6f2985d5b6)
* add new features (662919b4aed439dff0b20638db7651d395205a52)
* implement pipeline base class (in-dev) (9834ca6a5ecfb7b8e2e1acd246ffbfc83c22f389)
* the output from `SensorFileStream` and `AnnotationFileStream` class includes meta data (9b82fb0a877f70d4eda43a6a2c373fa1c3fd0c6a)
* support `exception_type` of "missing" for mhealth sensor test data (8f10c05bcf326ba4e2dafeca4df0d40683804171)
Fix
* Quit `SensorGeneratorStream` when `stop` is called normally (1fedf65f3f384ceeb6ccd86cb6ddcaf192e252c5)
* syntax error in pipeline.py (9377c3ebbd82c46bc48467270367b718e3d03b92)
* fix actigraph sensor test data storage structure (77c4c5ae299702562d5a5549f7298ee0a9a0d6f6)
Breaking
* pipeline supports multiple streams and uses `set_processor` to set custom function to process stream chunks. (bbe891eee7770a2ceb169bc3ec8172fbb3af1dc7)
* Add `SensorGeneratorStream` class to support streaming randomly generated accelerometer data (5e6c308125b78c590e08227778c06ab93a793e22)
* Add features skew, correlation, kurtosis, spectral_entropy (662919b4aed439dff0b20638db7651d395205a52)
Documentation
* add documentations to pipeline file (b3eae4afc1372b9ef8cf737b3850d102ca6cddf1)
* add doc strings to pipeline, stream, and testing files (f5632e3c8a533f899b9c750c1639135b75d1c893)
* update README to include a new plugin package `arus-components-hci` (e11667e6fab086bee6ffa0ffa781677fd7e3add0)