Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.94 KB

File metadata and controls

58 lines (43 loc) · 1.94 KB

Changelog

All notable changes to ClimateVision will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


Added

  • SECURITY.md — private vulnerability reporting via GitHub Security Advisories
  • CODEOWNERS — automatic review assignment to @Goldokpa
  • Pull request template for structured contributor guidance
  • Dependabot configuration for pip, npm, and GitHub Actions updates
  • CHANGELOG.md (this file)
  • CITATION.cff for GitHub "Cite this repository" button

Changed

  • CODE_OF_CONDUCT.md — replaced placeholder email with GitHub private reporting link

Removed

  • SETUP_COMPLETE.md — internal artifact moved out of public repo
  • team_docs/ — internal role documents moved out of public repo

0.2.0 — 2026-03-04

Added

  • FastAPI REST backend with paginated run history and stats endpoint
  • React dashboard with interactive bbox map, Recharts analytics, and confidence gauges
  • U-Net semantic segmentation for deforestation and arctic ice detection
  • Siamese network change detection
  • Google Earth Engine integration with cloud masking and 256×256 tiling
  • MLflow experiment tracking
  • ONNX model export
  • Flood detection analysis type
  • NGO management — organisation registration, region subscriptions, email/webhook alerts
  • Full OpenAPI docs at /docs

Changed

  • README rewritten to concise FastAPI-style format

0.1.0 — 2026-03-04

Added

  • Initial repository structure and governance files
  • Basic project scaffold (src layout, config, notebooks, scripts)
  • MIT License
  • Contributing guide and Code of Conduct