File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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.
6
10
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
8
19
9
20
10
21
0.4.0 (2024-11-26)
11
- ------------------------
22
+ ------------------
12
23
13
24
We are pleased to announce the release of bdikit version 0.4.0.
14
25
This version includes some new features and breaking changes,
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.0.dev0 "
1
+ __version__ = "0.5.0"
2
2
# To shortcut the import path
3
3
from bdikit .api import *
You can’t perform that action at this time.
0 commit comments