Skip to content

Commit 7ff594d

Browse files
committed
Bump version for release 0.3.0
1 parent f44941e commit 7ff594d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
Change 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+
1519
0.2.0 (2024-07-26)
1620
------------------
1721

bdikit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.3.0.dev0"
1+
__version__ = "0.3.0"
22
# To shortcut the import path
33
from bdikit.api import *

0 commit comments

Comments
 (0)