Releases: yarel2l/capa-sdk
Releases · yarel2l/capa-sdk
v1.2.0
CAPA SDK v1.1.0
CAPA SDK v1.1.0
License Change
- Changed from MIT License to Dual License (Non-Commercial Free / Commercial Paid)
- Added Patent Notice for US Patent 10,885,309: "System and method for evaluating personality using anthropometric measurement of a person's face"
- Patent holder: INTELLIGEX INC.
Documentation Updates
API Reference (docs/api_reference.md)
- Fixed method name:
analyze()→analyze_image() - Fixed
ImpulsivenessLevelenum values:MODERATELY_LOW/HIGH→MODERATE_LOW/HIGH - Fixed
WDResultfield:personality_correlations→personality_profile - Added complete
ForeheadGeometryfields (14 total) - Added complete
FacialProportionsfields (23 total) - Marked
REALTIMEmode as "⚠️ Not yet implemented"
Configuration (docs/configuration.md)
- Fixed
AnalysisConfigurationfields (removed non-existentmin_confidence_threshold, renamedenable_quality_checkstoenable_quality_assessment) - Added 8 missing configuration fields
- Fixed module constructor parameters for
WDAnalyzer,ForeheadAnalyzer,MorphologyAnalyzer - New section: "Mode Output Differences" - comprehensive table showing what each analysis mode returns
Examples (docs/examples.md)
- Fixed all method calls from
.analyze(image)to.analyze_image(image) - Removed non-existent
prosopic_classificationreference
Getting Started (docs/getting_started.md)
- Fixed all method calls from
.analyze(image)to.analyze_image(image)
Index (docs/index.md)
- Updated license section with dual license information
- Added patent notice
- Added commercial licensing contact information
Package Updates
- Updated
pyproject.tomlwith new license classifier - Updated
README.mdwith license badge, patent badge, and documentation links
Notes
REALTIMEmode is reserved for future video stream processing capabilitiesSCIENTIFICmode returns only 2D observable measurements without psychological interpretations- All module configuration options (
enable_learning,enable_neuroscience,enable_3d_reconstruction) are fully functional