Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 907 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 907 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.2] - 2023-02-01

Added

  • Added lock to StatusManager singleton new() method to prevent race conditions.

[0.2.1] - 2022-05-10

Fixed

  • Removed debugging statement from root of package.
  • Removed newline character from version string.

[0.2.0] - 2022-02-16

Added

  • MLModelDecorator base class.
  • Ability to add a decorator to a model in the ModelManager.

[0.1.1] - 2021-01-17

Fixed

  • Double initialization issue in ModelManager singleton class

[0.1.0] - 2020-11-04

Added

  • Base class "MLModel" for holding machine learning model prediction functionality
  • Class "ModelManager" for managing MLModel objects