Skip to content

Commit

Permalink
Remove the class CentralMoments (#1593)
Browse files Browse the repository at this point in the history
* Remove the class CentralMoments

This was a utility class internal to River, and the last references to
it were removed in a previous version of the library, with the move to
Rust statistics.

* Add a changelog entry
  • Loading branch information
e10e3 authored Aug 22, 2024
1 parent b282ea5 commit 71a127f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
4 changes: 4 additions & 0 deletions docs/releases/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Add `render_ascii` in `cluster.ODAC` to render the hierarchical cluster's structure in text format.
- Work with `stats.Var` in `cluster.ODAC` when cluster has only one time series.

## stats

- Removed the unexported class `stats.CentralMoments`.

## tree

- Instead of letting trees grow indefinitely, setting the `max_depth` parameter to `None` will stop the trees from growing when they reach the system recursion limit.
68 changes: 0 additions & 68 deletions river/stats/moments.py

This file was deleted.

0 comments on commit 71a127f

Please sign in to comment.