From 47828cff0d09e02357e7e34d91ff03adfc580401 Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:43:46 +0530 Subject: [PATCH] Restore 'What's New in v0.4.0' section Reintroduce the 'What's New in v0.4.0' section with detailed features of the Temporal Intelligence Stack. --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index bf504a8d..3be71ef1 100644 --- a/README.md +++ b/README.md @@ -53,26 +53,6 @@ pip install semantica --- -## πŸš€ What's New in v0.4.0 - -**1,162+ tests Β· 0 failures Β· 0 regressions** - -### πŸ• Temporal Intelligence Stack - -Everything you need to reason about *when* β€” not just *what*. - -- **Temporal GraphRAG** β€” retrieve knowledge as it existed at any point in the past. Natural-language queries like *"what did we know before the 2024 merger?"* are automatically parsed for temporal intent, with zero LLM calls. -- **Allen Interval Algebra** β€” 13 deterministic interval relations (before, meets, overlaps, during, starts, finishes, equals, and their converses). Find gaps, measure coverage, detect cycles β€” all without touching an LLM. -- **Point-in-time Query Engine** β€” reconstruct a self-consistent graph snapshot at any timestamp. Comes with a consistency validator that catches 5 classes of temporal errors: inverted intervals, dangling edges, overlapping relations, temporal gaps, and missing entities. -- **Temporal Metadata Extraction** β€” ask the LLM to annotate each extracted relation with `valid_from`, `valid_until`, and a calibrated confidence score (0–1 scale with baked-in anchors, so the model doesn't cluster near 1.0). -- **TemporalNormalizer** β€” converts ISO 8601, partial dates, relative phrases ("last year", "Q1 2024"), and 13 domain-specific phrase maps (Healthcare, Finance, Cybersecurity, Supply Chain, Energy…) into UTC datetime pairs. Zero LLM calls. -- **Bi-temporal Provenance** β€” every provenance record is automatically stamped with transaction time. Full revision history and audit log export in JSON or CSV. Temporal relationships export as OWL-Time RDF triples. -- **Decision validity windows** β€” decisions now carry `valid_from` / `valid_until`. Superseded decisions stay in the graph β€” history is immutable. Point-in-time causal chain reconstruction included. -- **Named checkpoints** β€” snapshot the full agent context at any moment and diff two snapshots to see exactly what changed. - -β†’ [Temporal docs](docs/reference/) Β· [Temporal examples](cookbook/) - ---- ## Features @@ -161,6 +141,23 @@ Everything you need to reason about *when* β€” not just *what*. - **Inheritance propagation** β€” child shapes automatically include all ancestor property shapes (up to 3+ levels), cycle-safe - **Three output formats** β€” Turtle (`.ttl`), JSON-LD, N-Triples; file export via `export_shacl()` +## πŸš€ What's New in v0.4.0 + +### πŸ• Temporal Intelligence Stack + +Everything you need to reason about *when* β€” not just *what*. + +- **Temporal GraphRAG** β€” retrieve knowledge as it existed at any point in the past. Natural-language queries like *"what did we know before the 2024 merger?"* are automatically parsed for temporal intent, with zero LLM calls. +- **Allen Interval Algebra** β€” 13 deterministic interval relations (before, meets, overlaps, during, starts, finishes, equals, and their converses). Find gaps, measure coverage, detect cycles β€” all without touching an LLM. +- **Point-in-time Query Engine** β€” reconstruct a self-consistent graph snapshot at any timestamp. Comes with a consistency validator that catches 5 classes of temporal errors: inverted intervals, dangling edges, overlapping relations, temporal gaps, and missing entities. +- **Temporal Metadata Extraction** β€” ask the LLM to annotate each extracted relation with `valid_from`, `valid_until`, and a calibrated confidence score (0–1 scale with baked-in anchors, so the model doesn't cluster near 1.0). +- **TemporalNormalizer** β€” converts ISO 8601, partial dates, relative phrases ("last year", "Q1 2024"), and 13 domain-specific phrase maps (Healthcare, Finance, Cybersecurity, Supply Chain, Energy…) into UTC datetime pairs. Zero LLM calls. +- **Bi-temporal Provenance** β€” every provenance record is automatically stamped with transaction time. Full revision history and audit log export in JSON or CSV. Temporal relationships export as OWL-Time RDF triples. +- **Decision validity windows** β€” decisions now carry `valid_from` / `valid_until`. Superseded decisions stay in the graph β€” history is immutable. Point-in-time causal chain reconstruction included. +- **Named checkpoints** β€” snapshot the full agent context at any moment and diff two snapshots to see exactly what changed. + +β†’ [Temporal docs](docs/reference/) Β· [Temporal examples](cookbook/) + ### πŸ“š SKOS Vocabulary Management Build and query controlled vocabularies inside your knowledge graph