In this release
- 💥 Remove `WindowedTimeSeries` and `FourierTransformSuite`.
- 🔨 Transfer all of the functionality of `WindowedTimeSeries` and `FourierTransformSuite` into `TimeSeries` and `FourierTransform`.
- ✨ Add `join` method to allow split `TimeSeries` to be recombined.
- ✨ Single source code's version using `__version__` in `meta.py`.
- ✅ Increase unit test coverage.
- 📚 General improvements to documentation throughout the package.