What's Changed
* Several functions have been modified in this version. Either some minor changes (lake function name) and more functional (parameters, variables, structure, returns) can be found in different functions. IF your code does not work, please refer to the `docs` to check the new versions of the functions you are using from `step`.
* Added Mahalanobis distance calculator `mahalanobis`
* Added a checker for single value vectors `issinglevalue`
* Added a typical vector searcher `typical`
* All distribution fit functions for peaks (`lorentzfit`, `gaussfit`, `studentfit`) have been improved and changed significantly.
* Added the running median function by tristanmech in https://github.com/spectrapepper/spectrapepper/pull/7
* New and improved `examples` have been added in `docs`
New Contributors
* tristanmech made their first contribution in https://github.com/spectrapepper/spectrapepper/pull/7
**Full Changelog**: https://github.com/spectrapepper/spectrapepper/compare/v0.1.3...v0.1.4