Releases: isaac-cf-wong/ideagraph
Release list
v2.0.0
2.0.0 - 2026-07-23
🚀 Features
- (api) DRF graph API with token auth and per-graph permissions (phase 5) (#64) - (ae64952)
- (cli) Rewrite the CLI onto the generic knowledge graph (rewrite PR 7) (#73) - (47e6a39)
- (cli) Remote client for a hosted ideagraph server (phase 6) (#65) - (007d60b)
- (core) [breaking] Delete the old typed core; ideagraph is now generic (rewrite PR 8) (#74) - (aad8639)
- (graphs) Auth + per-graph owner/collaborator permissions (#61) - (b3f3ca8)
- (graphs) ORM models + ProvenanceGraph bridge + import/export (#60) - (4676c0d)
- (kg) PROV-JSON export/import over the generic graph (rewrite PR 5) (#71) - (b0d87df)
- (kg) Persistence (schema v4) + legacy compatibility (rewrite PR 3) (#69) - (958fdce)
- (kg) Research-profile semantics over the generic graph (rewrite PR 2) (#68) - (101f2aa)
- (kg) Generic knowledge-graph core + profile abstraction (rewrite PR 1) (#67) - (53587ab)
- (library) Index the generic KnowledgeGraph (rewrite PR 6) (#72) - (e08dbc4)
- (server) Rewire Django layer onto the generic KnowledgeGraph (rewrite PR 4) (#70) - (7399dc8)
- (server) Scaffold Django web foundation (web redesign phase 1) (#58) - (d3b2ad8)
- (web) Cross-article Library visualization (phase 4c) (#63) - (0559fa0)
- (web) Provenance graph visualization page (phase 4a) (#62) - (d26acaf)
🐛 Bug Fixes
📚 Documentation
- Update CITATION.cff for ideagraph (#77) - (1cf7be7)
- Update README for the generic model and claimkit removal (#76) - (70796c2)
⚙️ Miscellaneous Tasks
- (deps) Update runtime minor & patch (#59) - (b409019)
- (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.11.31 (#57) - (b2927a5)
- (deps) Update pre-commit hook rbubley/mirrors-prettier to v3.9.6 (#56) - (b8018f9)
- (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.11.30 (#55) - (ea5003a)
- (web) Retire the legacy Flask UI (#66) - (d435410)
- [breaking] Remove the in-repo claimkit alias (#75) - (6f03ea7)
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v1.0.0
1.0.0 - 2026-07-20
🚀 Features
- (core) Global identity + cross-article edges + doctor (v-next phase B) (#48) - (e054d77)
- (library) SQLite index over a directory of article graphs (v-next phase C) (#49) - (cad24e5)
- (web) Cross-article library view (v-next phase D, web) (#51) - (93d6780)
- (web) Richer provenance web view — status columns + document reading view (#42) - (01b2320)
- Optional semantic search over the library (v-next phase E) (#52) - (9c14510)
- Discovery & navigation CLI over the library (v-next phase D) (#50) - (aa58097)
- Statement graph (v-next) + support coverage (#45) - (d4e1293)
🚜 Refactor
⚙️ Miscellaneous Tasks
- (deps) Update dependency zensical to >=0.0.51 (#54) - (108fa61)
- (deps) Lock file maintenance (#46) - (64bcd3d)
- (deps) Update dependency ruff to >=0.15.22 (#44) - (9e08afb)
- (deps) Update dependency prek to >=0.4.10 (#43) - (76f648f)
- (deps) Update github actions (#41) - (ff48cdd)
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v0.4.0
0.4.0 - 2026-07-17
🚀 Features
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v0.3.0
0.3.0 - 2026-07-17
🚀 Features
- (cli) Allow standalone and multi-claim evidence in add-evidence (#39) - (ac7ee7b)
- (cli) Allow --created-at to backdate registered nodes (#38) - (cfbaae0)
- (cli) Record activity timing and used/generated artefacts (#37) - (af9feb1)
- (cli) Accept structured metadata via --meta-json on add-* commands (#36) - (2b733df)
- (cli) Add digest command and add-evidence --auto-digest (#35) - (b111fa2)
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v0.2.0
0.2.0 - 2026-07-17
🚀 Features
- (cli) Add add-relation command for typed edges between nodes (#32) - (4f72e89)
- (cli) Set metadata and initial status when registering claims/evidence (#33) - (fa31929)
- (cli) Add add-activity command to register activity nodes (#31) - (293351b)
📚 Documentation
⚙️ Miscellaneous Tasks
- (deps) Update pre-commit hook davidanson/markdownlint-cli2 to v0.23.1 (#34) - (584e17b)
- (deps) Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.22 (#30) - (df65351)
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v0.1.1
0.1.1 - 2026-07-16
🐛 Bug Fixes
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.
v0.1.0
[0.1.0] - 2026-07-16
🚀 Features
- (cli) Add mark command for human-assisted validation (#25) - (884d6d8)
- (cli) Add stale command detecting drifted artefacts (#23) - (e6e4c79)
- (cli) Add import command reading PROV-JSON into a graph file (#22) - (f4d3feb)
- (cli) Add add-evidence command linking evidence to a claim (#20) - (e93fbb1)
- (cli) Add init and add-claim commands to build graphs (#19) - (4f6516f)
- (cli) Add export command emitting PROV-JSON (#18) - (71fb08e)
- (cli) Add validate and report commands over a graph file (#15) - (5626010)
- (core) Add validation engine resolving claim status from evidence (#10) - (4979fd1)
- (core) Add staleness detection over the provenance graph (#8) - (7491b32)
- (core) Add ProvenanceGraph aggregate with indexed traversal (#7) - (44d74f2)
- (core) Add typed provenance edges connecting nodes into a graph (#6) - (0e488e0)
- (core) Add Activity model for evidence-generating processes (#5) - (a4c5543)
- (core) Add Evidence model linking claims to artefacts (#2) - (d2f48d2)
- (core) Add Claim model with validation status (#1) - (c055daf)
- (persistence) Add versioned JSON save/load for the provenance graph (#12) - (0f2dbbd)
- (prov) Import PROV-JSON back into a provenance graph (#21) - (cd06c1d)
- (prov) Export the provenance graph to PROV-JSON (#16) - (222bddb)
- (reporting) Add human-readable Markdown provenance reports (#11) - (fc0d3ab)
🐛 Bug Fixes
💼 Other
- Initial commit - (c0d8bdb)
📚 Documentation
- Replace template doc pages with real ClaimKit reference (#26) - (c3f6984)
- Replace template README with ClaimKit overview (#24) - (23a365c)
- Remove files for hello world in docs (#17) - (8f0bc69)
⚙️ Miscellaneous Tasks
- (cli) Replace template placeholders with claimkit identity (#14) - (16352b7)
- (deps) Update pre-commit hook astral-sh/uv-pre-commit to v0.11.29 (#9) - (d366496)
- Remove hello_world scaffold functions and CLI command (#13) - (902f444)
- Raise errors if publishing fails (#3) - (32bfde6)
- Set up the repository - (5aeb304)
Contributing: We welcome contributions! Please see our Contributing Guide for details.
Questions? Open an issue on GitHub or join our discussions.