Skip to content

Releases: ncbo/ontologies_api

5.22.2

04 Feb 20:41
4fbce8c
Compare
Choose a tag to compare

Enhancements

Full Changelog: v5.22.1...v5.22.2

5.22.1

04 Feb 20:25
Compare
Choose a tag to compare

Full Changelog: v5.22.0...v5.22.1

5.21.0

04 Feb 20:21
Compare
Choose a tag to compare

Enhancements

  • Further optimizations to the mapping counts generation job, including periodic 4store health checks (ncbo/ncbo_cron#40)
  • Added incremental progress logging to the Annotator dictionary generation job (ncbo/ncbo_annotator#16)

Bug Fixes

  • Repaired the 4store health status check API (ncbo/goo#112)

Full Changelog: v5.20.0...v5.21.0

5.20.0

04 Feb 20:18
Compare
Choose a tag to compare

Enhancements

  • New CRON job that allows on-demand regeneration of total mapping counts and mapping count pairs (ncbo/ncbo_cron#37)
  • Modified the nightly ontology pull process to clear application caches after completion of a full run (ncbo/ncbo_cron#38)

Bug Fixes

Full Changelog: v5.19.0...v5.20.0

5.19.0

04 Feb 20:08
Compare
Choose a tag to compare

Enhancements

  • New CRON job that synchronizes the search index with master data stored in the triplestore (ncbo/ncbo_cron#34)
  • Updated the test runner script to use a dockerized instance of Redis for unit test execution

Bug Fixes

Full Changelog: v5.18.1...v5.19.0

5.18.0

04 Feb 20:01
Compare
Choose a tag to compare

Enhancements

  • Bundled a new version of the owlapi_wrapper. Highlights include:
    • Upgraded the OWL API to version 4.5.17.
    • Expanded the allowed list of ontology file suffixes to include .n3, .nt, .nq, .skos, .rdf, and .rdfs.
  • Implemented several scripts to allow an on-demand regeneration of the ontology admin report (ncbo/ncbo_cron#32), ontology analytics data (ncbo/ncbo_cron#19), and ontology ranking data (ncbo/ncbo_cron#31).

Bug Fixes

Full Changelog: v5.17.0...v5.18.0

5.17.0

04 Feb 19:47
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fixed an issue that prevented paged calls from completing properly when running against AllegroGraph v7+ (ncbo/goo#106).
  • Fixed an issue with a failing ontology properties test when running against AllegroGraph v7+ (ncbo/ontologies_linked_data#106).
  • Fixed an issue that caused Zlib::GzipWriter runtime errors during ontology processing (ncbo/ontologies_linked_data#107).
  • Removed a workaround to address a bug in AllegroGraph v6+ that caused certain SPARQL queries to fail (ncbo/goo#104). Issue was addressed in the AllegroGraph v7.0.1 release.
  • Fixed an issue that caused runtime errors when running against Ruby 2.7.0 and 2.7.1 (#69).
  • Fixed an issue where a search on term ID with exact match returned irrelevant results (#57).
  • Fixed an issue where a call to the class descendants endpoint failed if properties were included (#54).

Full Changelog: v5.16.0...v5.17.0

5.16.0

04 Feb 19:19
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fixed an issue where AllegroGraph request chains break with existing Goo code (ncbo/goo#101)
  • Fixed an issue where no parsed ontology records appeared in AllegroGraph after an ontology has been parsed (ncbo/goo#102)
  • Fixed an issue with paging calls returning incorrect results in AllegroGraph (ncbo/goo#103)

Full Changelog: v5.14.0...v5.16.0

5.14.0

04 Feb 19:11
Compare
Choose a tag to compare

Full Changelog: v5.13.0...v5.14.0

5.13.0

16 May 22:41
Compare
Choose a tag to compare

Bundled version 1.3.4 of the owlapi_wrapper that produces more descriptive error output to assist in troubleshooting / fixing ontology parsing issues, e.g.: ncbo/bioportal-project#111.