Releases: iskandergaba/pyriodicity
Releases · iskandergaba/pyriodicity
0.6.2
What's Changed
- Add Python 3.14 support.
- Modernize type hints.
- Add package citation.
- Upgrade package dependencies.
Full Changelog: 0.5.3...0.6.2
0.5.3
What's Changed
- Drop NumPy explicit dependency from the package, allowing for more dependency version flexibility for the package users. The package dependency resolver will get the most up-to-date and compatible NumPy version for the package dependencies and Python version.
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- Suppress
SparseEfficiencyWarningmessages appearing after SciPy 1.16.0 upgrade when usingRobustPeriod. - Pin the package dependencies down to major release versions and the dev and docs dependencies down to minor release versions. This should strike a good balance between package dependency flexibility for users and development environment stability reproducibility for contributors.
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Feature - SAZED by @iskandergaba in #28
- Minor tweaks and fixes
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Feature -
OnlineFFTPeriodicityDetectorby @iskandergaba in #24 - Feature -
OnlineACFPeriodicityDetectorby @iskandergaba in #25 - Fix some minor bugs by @iskandergaba in #27
- Improve testing by @iskandergaba in #27
- Update and improve documentation by @iskandergaba in #27
Full Changelog: 0.4.9...0.5.0
0.4.9
What's Changed
- Feature - Swap Legacy ACF Computation Methods with FFT by @iskandergaba in #23
Full Changelog: 0.4.8...0.4.9
0.4.8
What's Changed
- Removed unused requirements files.
- Updated the development documentation page.
Full Changelog: 0.4.7...0.4.8
0.4.7
0.4.6
What's Changed
- Tweaked
pyproject.tomlto improve the project's presentation.
Full Changelog: 0.4.5...0.4.6