Skip to content

April-2025

Latest
Compare
Choose a tag to compare
@hosseinmoein hosseinmoein released this 01 Apr 14:20
· 48 commits to master since this release
4fe5379

Please consider sponsoring DataFrame, especially if you are using it in Production Capacity. It is the strongest form of appreciation

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