Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1016 Bytes

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1016 Bytes

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.2.4] - 2023-06-29

Changed

  • Use field from dataclasses for class_weights default value

[0.2.3] - 2023-04-11

Added

  • Save Tensorboard and CSV logs when training

[0.2.1] - 2022-02-02

Changed

  • fix(evaluate): Change masks to extent

[0.2.0] - 2022-01-13

Added

  • New masks_path training config attribute for specifying a custom directory for masks

Changed

  • Upgrade to Tensorflow 2+
  • Support for satproc >= 0.1.8
  • Depend on Python >= 3.7

[0.1.10] - 2022-01-11

Changed

  • Force requirement to Python < 3.8 (caused by dependency to TF 1.15)
  • Add missing dependencies
  • Update docstrings

[0.1.5] - 2021-08-18

Added

  • New model Unet++ and setting model_architecture on training config object