Releases: iskandergaba/pyriodicity
0.3.0
What's Changed
- Add CFD-Autoperiod by @iskandergaba in #16
- Fix Autoperiod hint validation index issue by @iskandergaba in #16
- Improve Autoperiod performance significantly by @iskandergaba in #16
- Simplify detrending options by @iskandergaba in #16
- Improve tests efficiency by @iskandergaba in #16
- Add Python 3.13 support by @iskandergaba in #17
- Add Sphinx and Read The Docs Integration by @iskandergaba in #17 and #18
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Add Codecov Integration by @iskandergaba in #14
- Fix redundant period length values returned by FFTPeriodicityDetector by @iskandergaba in #15
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Release version 0.2.0 by @iskandergaba in #13 packs numerous improvements and adds new features. Below is a non-exhaustive list of these achievements:
- Autoperiod model implementation.
- Rename package from
auto-period-finder
intopyriodic
, a nicer, catchier, and a more pythonic name. - Replace my legacy hacky periodicity detection method via ACF with a more robust and standard one.
- Introduce window function application and de-trending possibilities for each detection algorithm.
- Configure Flake8 linting
- Code and documentation improvements all around.
Full Changelog: 0.0.11...0.2.0
0.0.11
What's Changed
- Debt — Package import tweak by @iskandergaba in #8
- Debt — Package Dependencies Upgrade by @iskandergaba in #9
Full Changelog: 0.0.10...0.0.11
0.0.10
Meta-data Update — Updated the package description and meta-data
Full Changelog: 0.0.9...0.0.10
0.0.9
What's Changed
- Feature — Added the option to specify a vicinity radius for period candidate consideration by @iskandergaba in #6
- Tech Debt — Updated workflow action versions by @iskandergaba in #7
Full Changelog: 0.0.8...0.0.9
0.0.8
Bug Fix — Fixed inappropriate ACF array handling that resulted in finding incorrect seasonality periods and perhaps missing others in some cases.
Full Changelog: 0.0.8...0.0.7
0.0.7
Documentation Release — This release adds a missing import code line to the example in the project description.
No code changes for this release.
Full Changelog: 0.0.7...0.0.6
0.0.6
Documentation Release — a simple and detailed (I hope) documentation of the package was created.
Full Changelog: 0.0.6...0.0.5
0.0.5
Initial Release — Say hello to auto-period-finder
: A small Python package that finds seasonality periods for time series automatically.
Documentation will follow in the next releases.