Skip to content

Migrating from v0.3.0 to v0.3.1

Patch release. No breaking API or JSON snapshot changes.

Dependency bump

[dependencies]
ontologos-core = "0.3.1"
ontologos-parser = "0.3.1"
ontologos-profile = "0.3.1"
ontologos-rdfs = "0.3.1"

Behavior changes

  • ontologos classify — now prints the same inference report as materialize (status: classified, axiom counts, per-rule breakdown). Scripts that only checked exit code are unchanged.
  • Reasoner::classify() with Profile::Rdfs — returns Error::Message with a delegate hint instead of Error::NotImplemented. Library code should continue using ontologos_rdfs::classify_reasoner.

Python

pip install --upgrade ontologos

No API changes beyond the version string (0.3.1).