Skip to content

Commit e1d0632

Browse files
committed
docs(HISTORY): add release notes for version 0.1.12
- **Compile pipeline**: renamed index pipeline to compile pipeline with passes-based architecture - **Compiler refactor**: renamed stages to passes, removed deprecated `StageResult` alias and `CustomStageBuilder` - New backend compilation passes: query routing, reasoning chains, overlap detection, and scoring - Agent acceleration data added to compiled documents - LLM-powered cross-document insight extraction in ask module - Enhanced JSON parsing with proper error handling - Upgraded minimum Python version to 3.11 - Removed unused modules: agent, memory backend, validation, ReferenceResolver, SufficiencyLevel - Restructured configuration modules and removed legacy retrieval config - Simplified storage layer by removing memory backend - Documentation updates for architecture and compilation pipeline
1 parent d8664b6 commit e1d0632

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# HISTORY
22

3+
## 0.1.12 (2026-04-24)
4+
5+
- **Compile pipeline**: renamed index pipeline to compile pipeline with passes-based architecture
6+
- **Compiler refactor**: renamed stages to passes, removed deprecated `StageResult` alias and `CustomStageBuilder`
7+
- New backend compilation passes: query routing, reasoning chains, overlap detection, and scoring
8+
- Agent acceleration data added to compiled documents
9+
- LLM-powered cross-document insight extraction in ask module
10+
- Enhanced JSON parsing with proper error handling
11+
- Upgraded minimum Python version to 3.11
12+
- Removed unused modules: agent, memory backend, validation, ReferenceResolver, SufficiencyLevel
13+
- Restructured configuration modules and removed legacy retrieval config
14+
- Simplified storage layer by removing memory backend
15+
- Documentation updates for architecture and compilation pipeline
16+
317
## 0.1.11 (2026-04-21)
418

519
- Project description updated to "reasoning-based document engine"

0 commit comments

Comments
 (0)