Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Jul 15, 2019
1 parent 3f1e69d commit 3ac49e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## 2.7.1 Release - 2019-07-15

Feature release with scripts to support complete OWL conversion.

### Features
- Script for conversion of extensions using stated relationships to OWL axiom reference set.
- Script for mid-cycle conversion of International Edition (internal use only).

### Improvements
- Prevent MRCM ungrouped attributes being grouped during axiom authoring.

### Fixes
- Deserialised axiom representation for object properties set to primitive.
- Issue #26 Not grouped attribute list incomplete when using complete OWL International release
- Remove hardcoded active ingredient union grouping.


## 2.6.0 Release - 2019-06-06

Minor changes after feedback from the Modelling Advisory Group on the International Alpha release.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.snomed.otf</groupId>
<artifactId>snomed-owl-toolkit</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>

<properties>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 3ac49e9

Please sign in to comment.