Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ New entries are automatically added by [release-please](https://github.com/googl

## [3.2.1](https://github.com/FZJ-IEK3-VSA/tsam/compare/v3.2.0...v3.2.1) (2026-03-25)


### Bug Fixes

* use column weights in tuning RMSE objective ([#227](https://github.com/FZJ-IEK3-VSA/tsam/issues/227)) ([1ceee5c](https://github.com/FZJ-IEK3-VSA/tsam/commit/1ceee5c69856b61aed9eae3f5d5f713be8ac85e9)), closes [#226](https://github.com/FZJ-IEK3-VSA/tsam/issues/226)
Expand Down Expand Up @@ -83,7 +82,7 @@ See the [migration guide](migration-guide.md) for a complete guide on upgrading

- `cluster_representatives`: DataFrame with aggregated typical periods
- `cluster_assignments`: Which cluster each original period belongs to
- `cluster_weights`: Occurrence count per cluster
- `cluster_counts`: Occurrence count per cluster (fractional for partial periods)
- `accuracy`: `AccuracyMetrics` object with RMSE, MAE, and duration curve RMSE
- `reconstructed`: Reconstructed time series (cached property)
- `residuals`: Difference between original and reconstructed
Expand Down
17 changes: 0 additions & 17 deletions docs/api/SUMMARY.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/api.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/config.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/exceptions.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/hyperparametertuning.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/periodAggregation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/plot.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/representations.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/result.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/timeseriesaggregation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/tuning.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/utils/durationRepresentation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/utils/k_maxoids.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/utils/k_medoids_contiguity.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/utils/k_medoids_exact.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api/tsam/utils/segmentation.md

This file was deleted.

Loading
Loading