:cyclone: Updates:
- `EnergyDistanceCalculator ` method is added for change point detection based on energy distance calculation.
- `ChangePointDetectionClassifierCV` added as a version of `ChangePointDetectionClassifier` method with K-Fold cross-validation.
- `MatrixImportance` added to calculate a matrix of importance for each pair of input features in change point detection task.
- Now we use automatic tests for all methods in `roerich`.
- Methods are divided into different modules for future versions. Compatibility with v0.4.0 is maintained.
:page_with_curl: Documentation:
- Added descriptions of all new methods in `roerich`.