From 7d95a06739a5843b19029e1aadce3aad8f0ac571 Mon Sep 17 00:00:00 2001 From: Jan Martin Keil Date: Tue, 6 Feb 2024 23:10:36 +0100 Subject: [PATCH] v2.1.3 --- CHANGELOG.md | 9 ++++++++- abecto-benchmark/pom.xml | 2 +- abecto-core/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffeaede..51d9e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.1.3] - 2024-02-06 + +### Fixed +* fix `PopulationComparisonProcessor` and `PropertyComparisonProcessor`: avoid unnecessary rounding +* fix `PopulationComparisonProcessor`: align error rate parameter to `PropertyComparisonProcessor` + ## [2.1.2] - 2023-12-13 ### Fixed @@ -292,7 +298,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * add `ManualCategoryProcessor`: Enables users to manually define resource categories and their properties. * add `ResourceDeviationProcessor`: Detects deviations between the resource references of mapped resources as defined in the categories. -[Unreleased]: https://github.com/fusion-jena/abecto/compare/v2.1.2...HEAD +[Unreleased]: https://github.com/fusion-jena/abecto/compare/v2.1.3...HEAD +[2.1.3]: https://github.com/fusion-jena/abecto/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/fusion-jena/abecto/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/fusion-jena/abecto/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/fusion-jena/abecto/compare/v2.0.1...v2.1.0 diff --git a/abecto-benchmark/pom.xml b/abecto-benchmark/pom.xml index 7d48de6..6223551 100644 --- a/abecto-benchmark/pom.xml +++ b/abecto-benchmark/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 2.1.3-SNAPSHOT + 2.1.3 ABECTO Benchmark diff --git a/abecto-core/pom.xml b/abecto-core/pom.xml index 5fec666..1544d60 100644 --- a/abecto-core/pom.xml +++ b/abecto-core/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 2.1.3-SNAPSHOT + 2.1.3 ABECTO Core diff --git a/pom.xml b/pom.xml index 65a29ba..43e69ae 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.uni_jena.cs.fusion abecto - 2.1.3-SNAPSHOT + 2.1.3 ABECTO An ABox Evaluation and Comparison Tool for Ontologies