Releases: aslotte/MLOps.NET
Releases · aslotte/MLOps.NET
Release v1.3.1
Release v1.3.0
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
Breaking changes
- None
Release v1.2.0
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
andTModelOutput
) - 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 calledDeployModelToUriAsync
Release v1.1.0
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 argumentDeployModelAsync
returns aDeployment
object instead of directly returning the deployment URI- Renamed
UseS3Repository
toUseS3ModelRepository
GetDeploymentUri
's method signature has changedCreateRunAsync
now returns aRun
object instead of aGuid
Linked PRs
Release v1.0.0
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
Release v0.3.0-beta
Set version number
Release v0.2.165-beta
v0.2.168-beta Update release-nuget.yml
Release v0.2.1-beta
Update release-nuget.yml
v0.0.2-beta
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