Skip to content

Commit

Permalink
Bump version for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Aug 22, 2024
1 parent f44941e commit 7ff594d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
Change Log
==========

0.3.0-dev0 (YYYY-MM-DD)
-----------------------
0.3.0 (2024-08-22)
------------------
Below is a detailed list of important changes included in this release.

New Features and Improvements:
- feat: Consistently use np.nan for missing values
- docs: Add documentation for schema mapping methods
- feat: Add view_value_matches() method
- docs: Add example for 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

0.2.0 (2024-07-26)
------------------

Expand Down
2 changes: 1 addition & 1 deletion bdikit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.0.dev0"
__version__ = "0.3.0"
# To shortcut the import path
from bdikit.api import *

0 comments on commit 7ff594d

Please sign in to comment.