Skip to content

Releases: chotanansub/autotrend

AutoTrend v0.2.4

14 Oct 17:30

Choose a tag to compare

AutoTrend v0.2.4

Installation

pip install autotrend==0.2.4

Quick Start

from autotrend import decompose_llt

# Run LLT decomposition
result = decompose_llt(sequence, window_size=10)

# Visualize results
result.plot_full_decomposition()

What's Included

  • 📦 Source distribution (tar.gz)
  • 📦 Python wheel (.whl)

Resources

Full Changelog: v0.2.2...v0.2.4