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.
augurs-changepoint
- 0.9.0 - 2025-01-14
No changes in this release.
augurs-clustering
- 0.9.0 - 2025-01-14
- (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
- 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
- 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.