Skip to content

August-2025

Choose a tag to compare

@hosseinmoein hosseinmoein released this 01 Aug 13:42
· 336 commits to master since this release

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

Improved documentation by creating split windows
Added cheat-sheet to docs
Fixed some edge case bug in parallel sort
Implemented detect_and_fill()
Implemented detect_and_change()
Implemented KolmoSmirnovTestVisitor visitor
Implemented MannWhitneyUTestVisitor visitor
Implemented mask()
Added many more functionalities to the internal Matrix class
Implemented fast_ica()
Fixed the inconsistency in writing/reading DateTime columns to/from files
Added ability to read only selected columns from files
Implemented MutualInfoVisitor visitor
Added ability to specify a delimiter when writing/reading to/from csv files.
Implemented AndersonDarlingTestVisitor visitor
Implemented ShapiroWilkTestVisitor visitor
Implemented CramerVonMisesTestVisitor visitor
Implemented unpivot()
Implemented pivot()