File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- 0.3.0-dev0 (YYYY-MM-DD)
5- -----------------------
4+ 0.3.0 (2024-08-22)
5+ ------------------
6+ Below is a detailed list of important changes included in this release.
67
8+ New Features and Improvements:
79- feat: Consistently use np.nan for missing values
8- - docs: Add documentation for schema mapping methods
910- feat: Add view_value_matches() method
10- - docs: Add example for view_value_matches() method
1111- feat: Add new schema matcher based on value matching
1212- feat: Support passing method arguments to top_matches()
1313- feat: Support euclidean distance in CLTopkColumnMatcher
1414
15+ Documentation:
16+ - docs: Add documentation for schema mapping methods
17+ - docs: Add example for view_value_matches() method
18+
15190.2.0 (2024-07-26)
1620------------------
1721
Original file line number Diff line number Diff line change 1- __version__ = "0.3.0.dev0 "
1+ __version__ = "0.3.0"
22# To shortcut the import path
33from bdikit .api import *
You can’t perform that action at this time.
0 commit comments