Skip to content

Commit c95a5b7

Browse files
author
Bob Strahan
committed
docs: streamline CHANGELOG entries for better readability
1 parent bc40aa6 commit c95a5b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ SPDX-License-Identifier: MIT-0
1919
- **IDP CLI - Command Line Interface for Batch Document Processing**
2020
- Added CLI tool (`idp_cli/`) for programmatic batch document processing and stack management
2121
- **Key Features**: Deploy/update/delete CloudFormation stacks, process and reprocess documents from local directories or S3 URIs, live progress monitoring with rich terminal UI, download processing results locally, validate manifests before processing, generate manifests from directories with automatic baseline matching
22-
- **Stack Lifecycle Management**: Complete stack management including deletion with safety confirmations, bucket analysis, and automatic cleanup options
2322
- **Selective Reprocessing**: New `rerun-inference` command to reprocess documents from specific pipeline steps (classification or extraction) while leveraging existing OCR data for cost/time optimization
2423
- **Evaluation Framework**: Workflow for accuracy testing including initial processing, manual validation, baseline creation, and automated evaluation with detailed metrics
2524
- **Analytics Integration**: Query aggregated results via Athena SQL or use Agent Analytics in Web UI for visual analysis
26-
- **Manifest Formats**: Support for CSV and JSON manifests with auto-generated document IDs from filenames and optional baseline references for evaluation
2725
- **Use Cases**: Rapid configuration iteration, large-scale batch processing, CI/CD integration, automated accuracy testing, automated environment cleanup, prompt engineering experiments
2826
- **Documentation**: README with Quick Start, Commands Reference, Evaluation Workflow, and troubleshooting guides
2927

@@ -52,10 +50,7 @@ SPDX-License-Identifier: MIT-0
5250
- Fixed InvalidClientTokenId validation error by ensuring CloudFormation client uses the correct region when validating templates (commercial vs GovCloud)
5351
- **Enhanced Processing Flow Visualization for Disabled Steps**
5452
- Fixed UX issue where disabled processing steps (when `summarization.enabled: false` or `assessment.enabled: false` in configuration) appeared visually identical to active steps in the "View Processing Flow" display
55-
- Added visual indicators to clearly distinguish disabled steps from active steps
56-
- Added informational alert in Step Details panel explaining that disabled steps execute but perform no processing
5753
- **Key Benefit**: Users can now immediately see which steps are actually processing data vs. steps that execute but skip processing based on configuration settings, preventing confusion about whether summarization or assessment ran
58-
- Updated components: `StepFunctionFlowViewer.jsx`, `FlowDiagram.jsx`, `StepDetails.jsx`, and associated CSS files
5954
- Limitation: the new visual indicators are driven from the current config, which may have been altered since the document was processed. We will address this in a later release. See Issue #86.
6055

6156
### Known Issues

0 commit comments

Comments
 (0)