Skip to content

Releases: iskandergaba/pyriodicity

0.3.0

25 Oct 22:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

20 Sep 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

15 Sep 20:47
a35b621
Compare
Choose a tag to compare

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 into pyriodic, 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

08 Apr 00:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.0.11

0.0.10

01 Apr 17:18
Compare
Choose a tag to compare

Meta-data Update — Updated the package description and meta-data

Full Changelog: 0.0.9...0.0.10

0.0.9

01 Apr 15:26
Compare
Choose a tag to compare

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

26 Dec 19:34
Compare
Choose a tag to compare

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

26 Dec 13:24
Compare
Choose a tag to compare

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

25 Dec 23:40
Compare
Choose a tag to compare

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

25 Dec 01:04
Compare
Choose a tag to compare

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.