Skip to content

Commit 00af7a8

Browse files
committed
Bump version for release 0.5.0
1 parent fd9b4fb commit 00af7a8

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
Change Log
22
==========
33

4-
0.5.0.dev0 (yyyy-mm-dd)
5-
------------------------
4+
0.5.0 (2025-01-17)
5+
------------------
6+
7+
We are pleased to announce the release of bdikit version 0.5.0.
8+
This version includes some new features, such as [Magneto](https://arxiv.org/pdf/2412.08194)
9+
as a schema matching method, and streamlines the integration of new algorithms and standards.
610

7-
-
11+
Below is a list of the main changes included in this release:
12+
13+
- feat: Restructure packages to add new algorithms easier (#87)
14+
- feat: Streamline the addition of new standards (#88)
15+
- feat: Add Magneto (#94)
16+
- chore: Update the download and upload artifact in Github actions (#95)
17+
- chore: Add an extra dependency to enable `flair` to load embeddings
18+
- test: Add tests for more value matching methods
819

920

1021
0.4.0 (2024-11-26)
11-
------------------------
22+
------------------
1223

1324
We are pleased to announce the release of bdikit version 0.4.0.
1425
This version includes some new features and breaking changes,

bdikit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.0.dev0"
1+
__version__ = "0.5.0"
22
# To shortcut the import path
33
from bdikit.api import *

0 commit comments

Comments
 (0)