Skip to content

Changelog 📜

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

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

[0.0.2] - 2024-06-23

Added

  • Improved cloud masking accuracy with updated model weights.
  • Added new examples for both RGB and full spectral band masking.
  • Enhanced documentation with more detailed usage instructions. 📚

Fixed 🐛

  • Corrected a bug in the weight loading mechanism that caused crashes on some systems.

[0.0.1] - 2024-06-23

Added

  • Basic structure for phicloudmask with initial cloud masking functions and utilities.
  • Set up CI/CD pipeline with GitHub Actions for continuous integration and deployment. 🚀
  • Added basic tests and coverage reports to ensure code quality. ✅
Back to top