§# 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.
- Added lock to StatusManager singleton new() method to prevent race conditions.
- Removed debugging statement from root of package.
- Removed newline character from version string.
- MLModelDecorator base class.
- Ability to add a decorator to a model in the ModelManager.
- Double initialization issue in ModelManager singleton class
- Base class "MLModel" for holding machine learning model prediction functionality
- Class "ModelManager" for managing MLModel objects