New features
- Refactored drift generation:
- https://github.com/alejoe91/MEArec/pull/97
- Add LSB, ADC_BIT_DEPTH, and GAIN concepts:
- https://github.com/alejoe91/MEArec/pull/104
- https://github.com/alejoe91/MEArec/pull/105
- Add smoothing step to templates to make sure they sart and end at 0
- https://github.com/alejoe91/MEArec/pull/110
Improvements
- Pre-generate random positions at template generation to improve speed:
- https://github.com/alejoe91/MEArec/pull/95
- Improve random seed management:
- https://github.com/alejoe91/MEArec/pull/94
- Use `packaging` instead of `distutils`
- https://github.com/alejoe91/MEArec/pull/114