Deprecation Log

See Deprecation Guide

(Source code, png, hires.png, pdf)

../_images/deprecation_plot.png

metadata-flag

Deprecated

Deprecated since version 1.9.6.

Removed in 1.13.0

See also: #1799

Use of flags head or emit_metadata to get a metadata header on some generators is no longer supported. Flags head, emit_metadata and metadata were being used for the same purpose. They have been unified, leaving only the flag metadata.

Recommendation: Use flag metadata instead

owlgen-skip-vacuous-min-zero-cardinality-default

Deprecated

Deprecated since version 1.10.0.

See also: #3190

The default for skip_vacuous_min_zero_cardinality_axioms in OwlSchemaGenerator will change from False to True in a future release.

Recommendation: Set skip_vacuous_min_zero_cardinality_axioms=True to suppress vacuous axioms, or set it explicitly to False to preserve current behaviour and silence this warning.

owlgen-skip-vacuous-local-range-default

Deprecated

Deprecated since version 1.10.0.

See also: #3190

The default for skip_vacuous_local_range_axioms in OwlSchemaGenerator will change from False to True in a future release.

Recommendation: Set skip_vacuous_local_range_axioms=True to suppress vacuous axioms, or set it explicitly to False to preserve current behaviour and silence this warning.

owlgen-consolidate-cardinality-axioms-default

Deprecated

Deprecated since version 1.10.0.

See also: #3191

The default for consolidate_cardinality_axioms in OwlSchemaGenerator will change from False to True in a future release.

Recommendation: Set consolidate_cardinality_axioms=True to emit consolidated axioms, or set it explicitly to False to preserve current behaviour and silence this warning.