Below is a detailed list of important changes included in this release.
New Features and Improvements:
- feat: Consistently use np.nan for missing values
- feat: Add view_value_matches() method
- feat: Add new schema matcher based on value matching
- feat: Support passing method arguments to top_matches()
- feat: Support euclidean distance in CLTopkColumnMatcher
Documentation:
- docs: Add documentation for schema mapping methods
- docs: Add example for view_value_matches() method