This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Releases: natmlx/natml-unity
Releases · natmlx/natml-unity
NatML 1.1.16
- Fixed crash when building on macOS CI machines (#60).
NatML 1.1.15
- Fixed
NatMLSettings
not being available to some clients at app start.
NatML 1.1.13
- Fixed
MLEdgeModel.Create
method overload that accepts anMLModelData
instance raisingNullReferenceException
.
NatML 1.1.12
- Fixed
JsonException
when creatingMLEdgeModel
due to high code stripping (#58).
NatML 1.1.11
- Fixed access key not updating after creating a build.
NatML 1.1.10
- Fixed
JsonException
when creatingMLEdgeModel
due to managed code stripping (#58).
NatML 1.1.9
- Removed
MLCloudModel
class. Migrate to Function AI to make cloud predictions. - Removed
Endpoint
class. - Removed
EndpointPrediction
class. - Removed
Feature
class. - Removed
FeatureInput
class. - Removed
NatMLClient.Endpoints
property. - Removed
NatMLClient.EndpointPredictions
property. - Removed
Predictor.endpoints
property.
NatML 1.1.8
- Fixed
GraphFormat
error when creating models. - Fixed build errors when building for WebGL.
- NatML now requires Unity 2022.3+.
NatML 1.1.7
NatML 1.1.6
- Fixed
DllNotFoundException
when building on Linux (#54). - Fixed
Illegal byte sequence encounted in the input
error when building on macOS and Windows (#55). - Refactored
PredictionSession
class toEndpointPrediction
. - Refactored
NatML.PredictionSessions
field toEndpointPredictions
. - Removed
MLAudioFeature.FromStreamingAssets
method. UseMLUnityExtensions.StreamingAssetsToAbsolutePath
to get a path and create an audio feature. - Deprecated
PredictorSession
class. - Deprecated
NatML.PredictorSessions
field.