New functionality and features
* Ability to plot complete signal ranges using `TSTART` and `TSTOP` to `None` [(48)](https://github.com/NeuralEnsemble/cobrawap/pull/48)
* New default value 'None' for `MAXIMA_THRESHOLD_WINDOW` to indicate that the complete signal duration is considered [(49)](https://github.com/NeuralEnsemble/cobrawap/pull/49)
* Added additional keyword arguments to `cobrawap` command [(76)](https://github.com/NeuralEnsemble/cobrawap/pull/76)
Bug fixes
* Fixed bug related to updating of AnalogSignal names [(67)](https://github.com/NeuralEnsemble/cobrawap/pull/67)
* Fixed issue where `roi_selection` and `spatial_derivative` incorrectly handled boolean arguments [(65)](https://github.com/NeuralEnsemble/cobrawap/pull/65)
* Fixed issue related to directly specifying a stage from the cobrawap interface [(70)](https://github.com/NeuralEnsemble/cobrawap/pull/70)
* Fixed issue with cyclic boundary conditions during phase convolution [(66)](https://github.com/NeuralEnsemble/cobrawap/pull/66)
Documentation
* Updated README information [(59)](https://github.com/NeuralEnsemble/cobrawap/pull/59), [(#74)](https://github.com/NeuralEnsemble/cobrawap/pull/74), [(#77)](https://github.com/NeuralEnsemble/cobrawap/pull/77)
Other changes
* Automated package distribution to PyPI [(62)](https://github.com/NeuralEnsemble/cobrawap/pull/62)