Release 1.0.0: remove ontology import - #2
Merged
Conversation
Drop the OWL/RDF ontology import feature (module, CLI `import` command, tests, docs, examples, Protégé screenshots) and the now-unused rdflib dependency. Bump the version to 1.0.0 across Cargo.toml, pyproject.toml, and the lock files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
YoanSallami
force-pushed
the
playground-explain-button
branch
from
June 18, 2026 17:39
76849d5 to
fe2bd9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepares the 1.0.0 release.
ontologymodule, the CLIimportcommand, its tests, docs (ontologies.md), examples, and Protégé screenshots — plus the now-unusedrdflibdependency.1.0.0acrossCargo.toml,pyproject.toml,Cargo.lock, anduv.lock.Notes
This branch also carries earlier commits not yet in
main(the "Explain with AI" playground button and the 0.3.0/0.4.0 bumps), so the PR diff spans more than the ontology/version work. Review the commit list for the per-change breakdown.Test plan
python -m pytest tests/cli/test_cli.py— 64 passed (afterpip install -e .).🤖 Generated with Claude Code