v1.29.0
v1.29.0 (2024-12-18)
Features
Created CorrelationWriter class for the analyze portion of the pipeline.
I think there will eventually be a FeatureSetWriter that this should probably inherit from, but I need the Correlation one now for Aerts.
## Summary by CodeRabbit-
New Features - Introduced a
CorrelationWriter
class for managing the writing of correlation data to files with customizable paths and filenames. - Added support for saving correlation data in both CSV and Excel formats. -
Bug Fixes - Implemented error handling for invalid correlation data, existing files, and filename format validation.
-
Tests - Added a comprehensive suite of unit tests for the
CorrelationWriter
class, covering various scenarios for saving correlation data.
Co-authored-by: Jermiah Joseph [email protected]
Detailed Changes: v1.28.0...v1.29.0