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 asmaterialize(status: classified, axiom counts, per-rule breakdown). Scripts that only checked exit code are unchanged.Reasoner::classify()withProfile::Rdfs— returnsError::Messagewith a delegate hint instead ofError::NotImplemented. Library code should continue usingontologos_rdfs::classify_reasoner.
Python¶
No API changes beyond the version string (0.3.1).