Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Feb 6, 2024
1 parent 26478fc commit 7d95a06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion abecto-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<name>ABECTO Benchmark</name>
Expand Down
2 changes: 1 addition & 1 deletion abecto-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<name>ABECTO Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>

<name>ABECTO</name>
<description>An ABox Evaluation and Comparison Tool for Ontologies</description>
Expand Down

0 comments on commit 7d95a06

Please sign in to comment.