Skip to content

Commit 3ac49e9

Browse files
committed
Release 2.7.1
1 parent 3f1e69d commit 3ac49e9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55
The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## 2.7.1 Release - 2019-07-15
9+
10+
Feature release with scripts to support complete OWL conversion.
11+
12+
### Features
13+
- Script for conversion of extensions using stated relationships to OWL axiom reference set.
14+
- Script for mid-cycle conversion of International Edition (internal use only).
15+
16+
### Improvements
17+
- Prevent MRCM ungrouped attributes being grouped during axiom authoring.
18+
19+
### Fixes
20+
- Deserialised axiom representation for object properties set to primitive.
21+
- Issue #26 Not grouped attribute list incomplete when using complete OWL International release
22+
- Remove hardcoded active ingredient union grouping.
23+
24+
825
## 2.6.0 Release - 2019-06-06
926

1027
Minor changes after feedback from the Modelling Advisory Group on the International Alpha release.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.snomed.otf</groupId>
88
<artifactId>snomed-owl-toolkit</artifactId>
9-
<version>2.7.1-SNAPSHOT</version>
9+
<version>2.7.1</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)