Skip to content

Migrate from v0.6.x to v0.7.0

v0.7.0 is a semver alignment release: crate versions now match ROADMAP v0.7 (dependency-first adapters). There are no public API changes from v0.6.1.

Cargo.toml

Bump all ontologos-* dependencies to 0.7.0 together:

ontologos-core = "0.7.0"
ontologos-parser = "0.7.0"
ontologos-profile = "0.7.0"
ontologos-bridge = "0.7.0"
ontologos-rdfs = "0.7.0"
ontologos-rl = "0.7.0"
ontologos-el = "0.7.0"
ontologos-query = "0.7.0"
ontologos-explain = "0.7.0"

Python: pip install ontologos==0.7.0

What changed

  • Workspace and PyPI version 0.6.1 → 0.7.0
  • Documentation and docs.rs links updated

What did not change

  • Public facade APIs (load_ontology, RdfsEngine::materialize, RlEngine::saturate, classify_with_profile, CLI subcommands)
  • Engine stack: in-house EL, reasonable RL/RDFS via ontologos-bridge
  • Conformance gates (Pizza EL golden, Family RL closure, HermiT Tier A with documented reasonable gaps)

Further reading