Releases: ncbo/owlapi_wrapper
Releases · ncbo/owlapi_wrapper
owlapi_wrapper 1.4.2
What's Changed
- Add an IRI mapper for the SKOS Core Vocabulary to resolve missing import errors (#22)
- Bump commons-csv from 1.9.0 to 1.10.0
- Bump logback-classic from 1.2.11 to 1.4.11
- Clean up outdated information in the Maven POM file
Full Changelog: v1.4.1...v1.4.2
owlapi_wrapper 1.4.1
What's Changed
- Preserve ontology IDs in processed ontologies. Previously, ontology IDs were dropped and all processed ontologies were anonymous. Thanks go to @syphax-bouazzouni for the contribution (#17).
- Set the logging level to info for the metrics package (#19)
- Bumped logback-classic from 1.2.10 to 1.2.11
New Contributors
- @syphax-bouazzouni made their first contribution in #17
Full Changelog: v1.4.0...v1.4.1
owlapi_wrapper 1.4.0
- Added new code to calculate the maximum depth of an ontology
- Refactored the package names to be cleaner
Full Changelog: v1.3.8...v1.4.0
owlapi_wrapper 1.3.8
- Explicity banned the TriX parser to ease debugging of some RDF ontologies (owlcs/owlapi#1045)
- Moved the import handling strategy to a properties file
- Refactored some unit test code
Full Changelog: v1.3.7...v1.3.8
owlapi_wrapper 1.3.7
- Upgraded to version 4.5.18 of the OWL API.
- Added jaxb-api dependency to prevent NoClassDefFoundError exceptions during parsing of some ontologies (#16).
- Upgraded various plugins to latest versions (maven-compiler-plugin, maven-surefire-plugin, maven-shade-plugin).
- Upgraded various dependencies to latest versions (junit, commons-csv, commons-cli, logback-classic).
- Fixed commons-csv deprecation warnings.
owlapi_wrapper 1.3.6
- Upgraded to version 4.5.17 of the OWL API.
- Expanded the list of allowed suffixes for ontology files to include .n3, .nt, .nq, .skos, .rdf, and .rdfs. Thanks go to @jlamarque34 for the contribution (#13).
- Upgraded the commons-csv and junit dependencies to latest versions.
owlapi_wrapper 1.3.5
- Upgraded to OpenJDK 11.0.4.
- Upgraded to version 4.5.13 of the OWL API.
- Upgraded maven-compiler-plugin and commons-csv dependencies to latest versions.
- Added "TTL" as a supported filename extension for ontology files. Allows BioPortal to parse ontologies submitted by end users with the TTL extension, e.g., the SWEET ontology.
owlapi_wrapper 1.3.4
- Replaced the Maven Assembly Plugin with the Maven Shade Plugin for generating the uber-jar. Fixes an issue with missing content in the META-INF/services directory. See owlcs/owlapi#842 for details.
- Removed an IRI mapping to an NCBO-maintained version of the BFO ontology. See ncbo/bfo#1 for details.
- Upgraded commons-csv dependency to latest version.
- Minor code refactors for readability and easier debugging.
owlapi_wrapper 1.3.3
- Upgraded to version 4.3.2 of the OWL API. Fixed an issue with generation of invalid blank node identifiers that prevented several ontologies, e.g., ORDO, from loading into 4store. See owlcs/owlapi#689 for details.
- Upgraded the maven-compiler and maven-assembly plugin dependencies to the latest versions.
owlapi_wrapper 1.3.2
- Fixed a bug that marked valid OBO clases for deletion, preventing those classes from getting serialized to the owlapi.xrdf file.
- Fixed a bug that caused some OBO files to be incorrectly identified as OWL format.
- Reimplemented the generateSKOSInObo method to use a more straightforward algorithm for attaching skos:notation annotation properties to OBO classes.
- Added Javadoc for the addGroundMetadata and generateSKOSInObo methods.
- Minor code refactors and reformatting for readability.
- Upgraded Maven Surefire dependency to the latest version.