Enhanced documentation
Implemented SpectralClusteringVisitor visitor
Enhanced ThreadPool parallel_loop()
Implemented get_[data|view]_by_spectral()
Implemented determinant() + a bunch of other stuff in Matrix
Implemented canon_corr()
Implemented MC_station_dist()
Implemented SeasonalPeriodVisitor visitor
Improved performance in reading files of different types
Changed read() signature to take a struct for its parameters -- backward incompatible change
Changed write() signature to take a struct for its parameters -- backward incompatible change
Implemented ability to read() csv2 files with user provided schema
Implemented knn()
Implemented DynamicTimeWarpVisitor visitor
Implemented AnomalyDetectByFFTVisitor visitor
Changed the interface of HampelFilterVisitor -- backward incompatible change
Implemented remove_data_by_fft()
Implemented AnomalyDetectByIQRVisitor visitor
Implemented AnomalyDetectByZScoreVisitor visitor
Implemented remove_data_by_iqr()
Implemented remove_data_by_zscore()
Implemented AnomalyDetectByLOFVisitor visitor
Ported to GCC14 compiler and fixed many edge-case bugs