Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 2.18 KB

File metadata and controls

78 lines (42 loc) · 2.18 KB

CHANGELOG

v1.1.0 (2026-04-27)

Features

  • Use canonical QR decomposition in _make_orthonorm_weights (28a0cc6)

v1.0.1 (2026-03-07)

Bug Fixes

  • Add pypi environment to release job for OIDC trusted publishing (288c464)

v1.0.0 (2026-03-07)

Bug Fixes

  • Correct four bugs in core clustering and utility code (778fb05)

Chores

  • Add pixi environment, semantic-release config, and dev extras (3ace05e)

Continuous Integration

  • Add GitHub Actions CI and semantic-release workflows (c7786fc)

Documentation

  • Add pixi development setup instructions to README (01cde74)

  • Update README with Dataset-based large-scale usage pattern (d2a1e8b)

Features

  • Dataset-based interface for true out-of-core scalability (9586b6a)

Performance Improvements

  • Chunked inference in predict/embed and fix get_random_batch (081ec04)

Refactoring

  • Clean up imports, remove dead code, fix docstring (ebffe72)

Testing

  • Add comprehensive test suite (74 tests, 0 warnings) (e66ed7f)

v0.1.2 (2024-05-24)

v0.1.1 (2024-02-12)

v0.1.0 (2023-11-25)

v0.0.8 (2023-07-11)

  • Initial Release