Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 18:45
· 11 commits to devel since this release

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