Skip to content

v0.9.0

Choose a tag to compare

@chonknick chonknick released this 21 Jan 07:49
· 17 commits to main since this release

What's New

Features

  • Savitzky-Golay filter module for semantic chunking
    • savgol_filter: Signal smoothing and derivatives via polynomial fitting
    • find_local_minima_interpolated: Local minima detection using SavGol derivatives
    • windowed_cross_similarity: Cosine similarity for semantic chunking
    • filter_split_indices: Percentile filtering with minimum distance
  • NumPy array support in Python bindings for zero-copy performance

Previous (0.8.0)

  • Multi-byte pattern splitting with Aho-Corasick
  • Refactored merge API with string joining in Rust