Skip to content

Commit

Permalink
Only use cluster helper for actual multi-source datasets (#39)
Browse files Browse the repository at this point in the history
* Only use cluster helper for actual multi-source datasets

* Use OrderedDict from typing
  • Loading branch information
dobraczka authored Apr 8, 2024
1 parent 2ab4aa1 commit 1f57f5d
Show file tree
Hide file tree
Showing 12 changed files with 395 additions and 252 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- (Prefixed)ClusterHelper is only used for truly multi-source datasets now (atm it's only MovieGraphBenchmark's multi setting)

### Fixed

- Added left/right triples to MovieGraphBenchmark for consistency in binary case
- Addressed property/class links problem in OAEI

## [0.3.0] - 2024-03-25

### Added
Expand Down
Loading

0 comments on commit 1f57f5d

Please sign in to comment.