Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 2.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

augurs-changepoint - 0.9.0 - 2025-01-14

No changes in this release.

augurs-clustering - 0.9.0 - 2025-01-14

Changed

  • (clustering) [breaking] use new DbscanCluster type instead of isize (#233)

This changes the return type of DbscanClusterer::fit from Vec<isize> to Vec<DbscanCluster>, which is a more self-explanatory type. The ID of the first cluster is now 1 (instead of 0), and the IDs of the subsequent clusters are incremented by 1.

augurs-core - 0.9.0 - 2025-01-14

Added

  • exposed FloatIterExt with helper methods for calculating summary statistics on iterators over floats (#227)

augurs-dtw - 0.9.0 - 2025-01-14

No changes in this release.

augurs-ets - 0.9.0 - 2025-01-14

No changes in this release.

augurs-forecaster - 0.9.0 - 2025-01-14

Added

  • allow ignoring NaNs in power transforms (#234)
  • add NaN handling to MinMaxScaler and StandardScaler (#227)

augurs-mstl - 0.9.0 - 2025-01-14

No changes in this release.

augurs-outlier - 0.9.0 - 2025-01-14

No changes in this release.

augurs-prophet - 0.9.0 - 2025-01-14

No changes in this release.