Releases: jpvantassel/sigpropy
Releases · jpvantassel/sigpropy
v1.0.0
v0.3.0
In this release
- 💥 Remove
WindowedTimeSeries
andFourierTransformSuite
. - 🔨 Transfer all of the functionality of
WindowedTimeSeries
andFourierTransformSuite
intoTimeSeries
andFourierTransform
. - ✨ Add
join
method to allow splitTimeSeries
to be recombined. - ✨ Single source code's version using
__version__
inmeta.py
. - ✅ Increase unit test coverage.
- 📚 General improvements to documentation throughout the package.
v0.2.0
In this release
- ✨ Two new class definitions:
WindowedTimeSeries
andFourierTransformSuite
. - 🐎 Significant performance improvements to frequency-domain smoothing.
- 📚 Improvements to the project documentation including new additions to the example notebooks.
- ✅ Significantly increase test coverage.