Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Releases: natmlx/natml-unity

NatML 1.1.16

29 Sep 19:55
Compare
Choose a tag to compare
  • Fixed crash when building on macOS CI machines (#60).

NatML 1.1.15

30 Jul 13:25
Compare
Choose a tag to compare
  • Fixed NatMLSettings not being available to some clients at app start.

NatML 1.1.13

10 Jul 01:19
Compare
Choose a tag to compare
  • Fixed MLEdgeModel.Create method overload that accepts an MLModelData instance raising NullReferenceException.

NatML 1.1.12

05 Jul 12:28
Compare
Choose a tag to compare
  • Fixed JsonException when creating MLEdgeModel due to high code stripping (#58).

NatML 1.1.11

03 Jul 17:50
Compare
Choose a tag to compare
  • Fixed access key not updating after creating a build.

NatML 1.1.10

03 Jul 17:49
Compare
Choose a tag to compare
  • Fixed JsonException when creating MLEdgeModel due to managed code stripping (#58).

NatML 1.1.9

02 Jul 23:52
Compare
Choose a tag to compare
  • 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

01 Jul 23:58
Compare
Choose a tag to compare
  • Fixed GraphFormat error when creating models.
  • Fixed build errors when building for WebGL.
  • NatML now requires Unity 2022.3+.

NatML 1.1.7

30 Jun 15:29
Compare
Choose a tag to compare
  • Fixed JsonException when creating some models (#58).
  • Fixed crash when building on Unity Cloud Build with macOS worker (#56).

NatML 1.1.6

09 May 17:36
Compare
Choose a tag to compare
  • 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 to EndpointPrediction.
  • Refactored NatML.PredictionSessions field to EndpointPredictions.
  • Removed MLAudioFeature.FromStreamingAssets method. Use MLUnityExtensions.StreamingAssetsToAbsolutePath to get a path and create an audio feature.
  • Deprecated PredictorSession class.
  • Deprecated NatML.PredictorSessions field.