Skip to content

Releases: schmidtbri/ml-base

v0.2.2

02 Feb 03:42
dc1b152

Choose a tag to compare

[0.2.2] - 2023-02-01

Added

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

v0.2.1

11 May 02:53
6abf568

Choose a tag to compare

[0.2.1] - 2022-05-10

Fixed

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

v0.2.0

21 Feb 12:35

Choose a tag to compare

[0.2.0] - 2022-02-16

Added

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

v0.1.1

17 Jan 23:46
7d3e7d4

Choose a tag to compare

[0.1.1] - 2021-01-17

Fixed

  • Double initalization issue in ModelManager singleton class

v0.1.0

04 Nov 12:36

Choose a tag to compare

Initial release, contains MLModel base class and ModelManager utility.