Releases: australmetrics/pascal-ndvi-block
PASCAL NDVI Block v1.0.3
Added
JSON Schema validation for manifest.json
Codecov integration and coverage badge
CODEOWNERS file for clear ownership assignment
SHA-256 hash for private documentation
Changed
Updated documentation structure
Improved ISO 42001 compliance documentation
Enhanced governance pipeline with coverage tracking
Security
Added documentation integrity verification
Updated private documentation handling
PASCAL NDVI Block v1.0.2
This release introduces significant improvements in documentation, compliance structure, and CLI packaging as part of AustralMetrics' alignment with ISO/IEC 42001:2023.
Highlights:
✅ Restructured documentation: new user guides, technical references, and deployment instructions
✅ Improved pyproject.toml metadata for package distribution
✅ Enhanced CI/CD pipeline for test, build, and publish automation
✅ ISO 42001-oriented quality workflows integrated into GitHub Actions
✅ Updated internal CLI structure for NDVI, SAVI, and NDRE processing
This version formalizes traceability and governance commitments for AI-assisted satellite image processing workflows.
PASCAL NDVI Block v1.0.0
Changelog
[1.0.0] - 2025-05-22
Added
- Initial implementation of NDVI calculation
- SAVI implementation with configurable L factor
- ISO 42001-compliant logging system
- Automated backup system with verification
- Unit and integration tests
- Complete documentation
Changed
- Project structure reorganization
- Enhanced logging system
- CI/CD implementation
Fixed
- Spectral band validation
- Error handling in processing pipeline
- Log formatting
[0.9.0] - 2025-05-15
Added
- Beta version of NDVI calculation
- Basic logging system
- Initial test suite
Pending
- Complete documentation
- Implement additional vegetation indices
- Improve error handling