Development Stream

Changelog &
Model Updates

Follow the evolution of our computer vision engines. We push model updates, API enhancements, and accuracy improvements weekly.

API v2.4 Status: Operational
Last Updated: 2 Days Ago

v2.4.0

Feature Release

Released: May 12, 2024

Build #8921a

The Skin Intelligence Update

We have deployed a completely new model architecture for our Skin Analyzer. The new DermNet-V3 model improves texture detection by 40% and introduces granular acne severity scoring.

  • New Endpoint: /v1/analyze-skin

    Returns detailed JSON including Fitzpatrick skin type, hydration levels, and specific concerns.

  • Improved Latency

    Face landmark detection now runs on WebAssembly (WASM) for client-side processing speeds under 200ms.

// Response Object Changes
- "skin_type": "Oily",
+ "skin_analysis": {
+   "type": "Oily",
+   "severity_score": 0.85,
+   "zones": { "t_zone": "High", "cheeks": "Normal" }
+ },

v2.3.0 Improvement

April 28, 2024

Celebrity Database Expansion

We've added 5,000+ new verified celebrity profiles to our matching engine, focusing on international stars (K-Pop, Bollywood, and European Cinema) to improve diversity in results.

New Region: Asia-Pacific
Algorithm: FaceNet V2

v2.2.1 Patch

April 10, 2024

  • Fixed: Jawline angle calculation error for photos with >15 degree head tilt.
  • Fixed: Mobile menu z-index issue on Safari iOS.
  • Update: Refined "Heart" vs "Inverted Triangle" classification thresholds.

v2.0.0 Major Release

January 15, 2024

The "Golden Ratio" Overhaul

Complete rewrite of our core measurement engine. We moved from 68-point landmarks to a dense 128-point mesh system, allowing for sub-millimeter precision in Golden Ratio calculations.

Breaking Changes

The `face_width` parameter in the API response has been deprecated and replaced with `bizygomatic_width`. Please update your integrations.