Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 9.38 KB

CHANGELOG.md

File metadata and controls

98 lines (74 loc) · 9.38 KB

Changelog

2.5.0 (2024-01-11)

Features

  • automated-pypi-releases (987e770)

Bug Fixes

2.4.0 (2023-08-30)

Features

  • add confidence score for predictions (6584b29)
  • add confidence score testing to Tests (588b667)

Bug Fixes

  • add pyyaml to requirements.txt (d572ded)
  • confidence extraction (6c95fee)
  • efficientnet imports (70080f6)
  • efficientNet Model params (7057fab)
  • Import modules according to TensorFlow versions (65600ff)
  • linter issue of unused import (5f607e4)
  • linting issues (40cffed)
  • model size to check for download (b66bca6)
  • read the docs theme (f6732e7)
  • remove duplicate efficientnet imports (3896425)
  • revert to original way of importing (7af54c9)
  • update EfficientNet import issue (758a0f4)
  • use checkpoints properly for predictions #65 and #66 (f47ac99)

Reverts

  • original implementation (e1b946a)

2.3.1 (2023-07-04)

Features

  • Add new theme for docs (4d69afd)
  • add release-please (bbfdc80)
  • Create Bug_Report.yml (ffb8540)
  • Create CODE_OF_CONDUCT.md (605fdb4)
  • Create ISSUES.md (82ebb33)
  • New model and preprocessing (782c5b9)
  • Update config file and refactor code (c46c852)
  • Update repack to fit to 512 x 512 (960904b)

Bug Fixes