File tree Expand file tree Collapse file tree 2 files changed +57
-0
lines changed
Expand file tree Collapse file tree 2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -411,6 +411,44 @@ Features:
411411* OWLAPI 5 uses Java 8
412412
413413
414+ ## 4.5.19 7 November 2020
415+
416+ ### Bug fixes:
417+
418+ * Fix OWLParser not ensuring streams are closed on exit #973
419+ * Error with undeclared classes in domain axioms #962
420+ * Fix Ontology caches should use weak keys #984
421+
422+
423+ ## 4.5.18 23 October 2020
424+
425+ ### Bug fixes:
426+
427+ * Fix Performance of signature checks during ontology changes #968
428+ * Fix Error on RIO renderer when expression has 6000 elements #971
429+ * Fix OWLOntology#datatypesInSignature to include ontology header #965
430+ * Fix Ontology not loaded in case of multiple HTTP redirects #954
431+
432+
433+ ## 4.5.17 02 July 2020
434+
435+ ### Features:
436+
437+ * Let OBO parser follow redirects
438+ * Allow creation of tautologies for n-ary axioms #776
439+ * Configurable fast pruning window size
440+
441+ ### Bug fixes:
442+
443+ * Fix javadoc for OWLObject::nestedClassExpressions #937
444+ * Fix classAssertionAxioms with OWLClassExpression fails #930
445+ * Fix Include ontology annotations in signature #928
446+ * Fix Unable to set base directive for turtle writers #938
447+ * Fix OWLAPI accepts IRIs with leading spaces #940
448+ * Fix SWRL body reordered when structure shared #936
449+ * Fix roundtrip through OBO changes IRI of owl: versionInfo #947
450+
451+
414452## 4.5.16 18 April 2020
415453
416454### Bug fixes:
Original file line number Diff line number Diff line change @@ -389,6 +389,25 @@ Features:
389389* OWLAPI 5 uses Java 8
390390
391391
392+ ## 4.5.19 7 November 2020
393+
394+ ### Bug fixes:
395+
396+ * Fix OWLParser not ensuring streams are closed on exit #973
397+ * Error with undeclared classes in domain axioms #962
398+ * Fix Ontology caches should use weak keys #984
399+
400+
401+ ## 4.5.18 23 October 2020
402+
403+ ### Bug fixes:
404+
405+ * Fix Performance of signature checks during ontology changes #968
406+ * Fix Error on RIO renderer when expression has 6000 elements #971
407+ * Fix OWLOntology#datatypesInSignature to include ontology header #965
408+ * Fix Ontology not loaded in case of multiple HTTP redirects #954
409+
410+
392411## 4.5.17 02 July 2020
393412
394413### Features:
You can’t perform that action at this time.
0 commit comments