Skip to content

Releases: aslotte/MLOps.NET

Release v1.3.1

21 Dec 22:42
Compare
Choose a tag to compare

Release notes

  • Started using v0.4.0-beta of ML.NET.Templates which makes containers run on .NET 5 and the ability to access have a Swagger definition

Linked PRs

#505
#504
#503
#499

Breaking changes

  • None

Release v1.3.0

10 Dec 22:22
Compare
Choose a tag to compare

Release notes

  • Updated MLOps.NET to .NET 5 and C# 9 🎉
  • Added ability to specify path to the db for SQLite (thanks @WalternativE!) 🎉

Linked PRs

#371
#386

Breaking changes

  • None

Release v1.2.0

04 Oct 18:32
Compare
Choose a tag to compare

Release notes

  • Added support to configure the use of a private or public container registry
  • Added support to configure access to a Kubernetes cluster
  • Added support to deploy a model to a Kubernetes cluster
  • Added support to build and push a Docker image of an ASP.NET Core Web App serving a custom ML.NET model to a container registry
  • Added support to register the model schema for a run (e.g. TMOdelInput and TModelOutput)
  • Added support to automatically detect and log which package dependencies were used to train a model
  • Added an initial global dotnet tool for MLOps.NET which enables CLI support for some common actions (thanks @AnoojNair!)

Linked PRs

#319
#323
#329
#345
#357
#377
#378
#382
#385
#387

Breaking changes

  • DeployModelAsync is now called DeployModelToUriAsync

Release v1.1.0

16 Aug 19:56
Compare
Choose a tag to compare

Release notes

  • Added ability to track a column's data distributions (thanks @AnoojNair!)
  • Added ability to set a deployment target as production or not (thanks @willvelida!)
  • Added a package description
  • Added ability to add a description to a registered model (thanks @willvelida!)
  • Re-factored the underlying storage provider to ensure objects graphs are fully loaded

Breaking changes

  • DeployModelAsync takes an additional argument
  • DeployModelAsync returns a Deployment object instead of directly returning the deployment URI
  • Renamed UseS3Repository to UseS3ModelRepository
  • GetDeploymentUri's method signature has changed
  • CreateRunAsync now returns a Run object instead of a Guid

Linked PRs

#270
#285
#287
#293
#295
#290
#288
#268
#291
#283

Release v1.0.0

09 Aug 19:53
Compare
Choose a tag to compare

Release notes

  • No added functionality from v0.3.1-beta apart from version updates
  • This is the first public release of MLOps.NET ready for general availability

Linked PRs

  • None

v0.3.1-beta

09 Aug 17:48
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release

Release notes:

  • Added support for URI deployment
  • Added support for relational database migrations

Includes PRs:

#245
#246
#260

Release v0.3.0-beta

26 Jul 12:21
Compare
Choose a tag to compare
Release v0.3.0-beta Pre-release
Pre-release
Set version number

Release v0.2.165-beta

25 Jul 23:48
66644bc
Compare
Choose a tag to compare
Release v0.2.165-beta Pre-release
Pre-release
v0.2.168-beta

Update release-nuget.yml

Release v0.2.1-beta

25 Jul 23:07
14a221e
Compare
Choose a tag to compare
Release v0.2.1-beta Pre-release
Pre-release
Update release-nuget.yml

v0.0.2-beta

25 Jul 22:42
9a69654
Compare
Choose a tag to compare
v0.0.2-beta Pre-release
Pre-release

Changes in this Release

  • Added support for tracking data
  • Added support for tracking data hash
  • Added support for data schema
  • Data columns
  • Added support to register models to be deployed
  • Added support to use AWS as a model repository
  • Multiple major refactors