Skip to content

Release notes

Annotated release summaries live in the repository under .github/release/.

Version Theme Notes
v1.1.4 Nightly / deferred WG fix Soft-skip deferred cases under --ignored; honesty tests
v1.1.3 Test verification patch Conformance guard honesty; stronger oracle-backed tests
v1.1.2 Bug-fix patch Parser, DL, SWRL, RL, bindings; docs migration links
v1.1.0 Multi-language bindings Java, .NET, C/C++, shared FFI; Node/WASM over ontologos-js
v1.0.0 HermiT parity milestone DL + SWRL stable on crates.io/PyPI; 1048 active conformance tests
v0.9.0 Python ecosystem Ontology, explain(), incremental Python, DataFrame export
v0.8.0 Incremental reasoning Dirty tracking, sessions, --incremental
v0.7.0 Dependency-first adapters Bridge crate, semver alignment
v0.6.0 Explanations Proof graphs, CLI explain
v0.5.0 OWL EL & query EL classification, CLI profile routing

Full history: CHANGELOG on GitHub.

v1.1.4 highlights

  • Nightly: soft-skip deferred WG under cargo test -- --ignored; Keys-002 for guard/full agreement sample
  • Tests: Consistent-but-all-unsat honesty asserts (deferred until DL proves ⊥)
  • No breaking Rust/Python API changes — bump pins to "1.1.4"

v1.1.3 highlights

  • Conformance: remove weak Consistent-but-all-unsat IRI-shape entailment shortcut; defer case until DL proves named-class ⊥
  • Tests: oracle-backed facade/contract/profile/EL/Python asserts; shared semantic fixtures
  • No breaking Rust/Python API changes — bump pins to "1.1.3"

v1.1.0 highlights

  • ontologos-ffi: shared C ABI for Java, .NET, and C/C++ hosts
  • Java / .NET / C/C++: native bindings with smoke tests in CI (scripts/ci-bindings.sh)
  • Node / WASM: N-API and wasm-pack bindings over ontologos-js
  • No breaking Rust/Python API changes — bump pins to "1.1.0"

See v1.0.x → v1.1.0 migration and Install channels.

v1.0.0 highlights

See Profile stability matrix for canonical status. Highlights:

  • ontologos-facade: unified classify() for CLI, Python, and multi-profile Rust apps
  • Profile::Auto + DL: DL-detected ontologies route through ontologos-dl hybrid classifier
  • dl and swrl: stable on PyPI / crates.io 1.0.0
  • alc, dl-preview: preview profiles — see Preview profiles

See Facade API and Architecture.

Latest upgrade

Most users upgrading today: pin 1.1.4 or see v1.0.x → v1.1.0 migration.